Skip to content

Commit ec31b9c

Browse files
authored
Remove deprecated json file reporting
1 parent 2c10c72 commit ec31b9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_and_publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070
debug: false
7171
acs-report-enable: true
7272
severity-cutoff: "high"
73-
- name: anchore inline scan JSON results
74-
run: for j in `ls ./anchore-reports/*.json`; do echo "---- ${j} ----"; cat ${j}; echo; done
7573
- name: anchore action SARIF report
7674
run: cat results.sarif
7775
- name: upload Anchore scan SARIF report

0 commit comments

Comments
 (0)