File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 - name : Run Bandit
2727 run : pip install bandit && bandit --recursive --format html --output bandit-report.html --exit-zero .
2828 - name : Store Bandit as Artifact
29- uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
29+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3030 with :
3131 name : bandit-report.html
3232 path : bandit-report.html
Original file line number Diff line number Diff line change 2626 - name : Run Checkov
2727 run : pip install checkov && ( checkov --quiet --output cli --output json --output-file-path console,checkov.json --directory . || echo "checkov non-zero $?" )
2828 - name : Store Checkov as Artifact
29- uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
29+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3030 with :
3131 name : checkov.json
3232 path : checkov.json
Original file line number Diff line number Diff line change 2222 - name : Run Semgrep CI
2323 run : semgrep scan --verbose --json --output=semgrep.json
2424 - name : Store Semgrep as Artifact
25- uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
25+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
2626 with :
2727 name : semgrep.json
2828 path : semgrep.json
You can’t perform that action at this time.
0 commit comments