We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c10c72 commit ec31b9cCopy full SHA for ec31b9c
.github/workflows/build_and_publish.yml
@@ -70,8 +70,6 @@ jobs:
70
debug: false
71
acs-report-enable: true
72
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
75
- name: anchore action SARIF report
76
run: cat results.sarif
77
- name: upload Anchore scan SARIF report
0 commit comments