File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,10 @@ jobs:
15
15
- name : Run Report
16
16
id : report
17
17
uses : bearer/bearer-action@v2
18
- with :
19
- output : results.sarif
20
- - name : upload Bearer scan SARIF report
21
- uses : github/codeql-action/upload-sarif@v3
22
- with :
23
- sarif_file : ${{ steps.report.outputs.sarif }}
18
+ # - name: upload Bearer scan SARIF report
19
+ # uses: github/codeql-action/upload-sarif@v3
20
+ # with:
21
+ # sarif_file: ${{ steps.report.outputs.sarif }}
24
22
25
23
Anchore :
26
24
runs-on : ubuntu-latest
32
30
id : scan
33
31
with :
34
32
path : " ."
35
- fail-build : false
36
- - name : upload Anchore scan SARIF report
37
- uses : github/codeql-action/upload-sarif@v3
38
- with :
39
- sarif_file : ${{ steps.scan.outputs.sarif }}
33
+ # fail-build: false
34
+ output-format : json
35
+ # - name: upload Anchore scan SARIF report
36
+ # uses: github/codeql-action/upload-sarif@v3
37
+ # with:
38
+ # sarif_file: ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments