diff --git a/.github/workflows/secgen.yaml b/.github/workflows/secgen.yaml index 90ef3a2f43f..875f3f4e7f1 100644 --- a/.github/workflows/secgen.yaml +++ b/.github/workflows/secgen.yaml @@ -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