Skip to content

Commit 405cef3

Browse files
authored
chore: fix typo in component output for security scan
1 parent 3fb0ddb commit 405cef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow-templates/3rd-party-sec-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
151151
for f in $(find ./sarif -name grype-${SAFE_NAME}*.csv -o -name trivy-${SAFE_NAME}*.csv); do
152152
echo "File: $f"
153-
echo "\"Componenet\",$(head -n 1 "$f")" > "${f}__new"
153+
echo "\"Component\",$(head -n 1 "$f")" > "${f}__new"
154154
tail -n +2 "$f" | sed "s/^/\"${component}\",/" >> "${f}__new"
155155
done
156156
done

0 commit comments

Comments
 (0)