Update secgen.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-12-24 20:23:41 +01:00
committed by GitHub
parent f78df3cf27
commit b08805f37b
+1 -1
View File
@@ -126,7 +126,7 @@ jobs:
echo "${chart} ${train}" >> list.txt
done
done
parallel --dry-run -j ${parthreads} --colsep ' ' -a list.txt scan ${1} ${2}
parallel --dry-run -j ${parthreads} --colsep ' ' scan ::: list.txt ${1} ${2}
echo "finsihed security scan"
- name: Commit Website Changes