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 26
26
- name : Run Bandit
27
27
run : pip install bandit && bandit --recursive --format html --output bandit-report.html --exit-zero .
28
28
- name : Store Bandit as Artifact
29
- uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
29
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
30
30
with :
31
31
name : bandit-report.html
32
32
path : bandit-report.html
Original file line number Diff line number Diff line change 26
26
- name : Run Checkov
27
27
run : pip install checkov && ( checkov --quiet --output cli --output json --output-file-path console,checkov.json --directory . || echo "checkov non-zero $?" )
28
28
- name : Store Checkov as Artifact
29
- uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
29
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
30
30
with :
31
31
name : checkov.json
32
32
path : checkov.json
Original file line number Diff line number Diff line change 22
22
- name : Run Semgrep CI
23
23
run : semgrep scan --verbose --json --output=semgrep.json
24
24
- name : Store Semgrep as Artifact
25
- uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
25
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
26
26
with :
27
27
name : semgrep.json
28
28
path : semgrep.json
You can’t perform that action at this time.
0 commit comments