Skip to content

Commit 76b3385

Browse files
remove sarif format
1 parent 625ad10 commit 76b3385

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ jobs:
1515
- name: Run Report
1616
id: report
1717
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 }}
2422

2523
Anchore:
2624
runs-on: ubuntu-latest
@@ -32,8 +30,9 @@ jobs:
3230
id: scan
3331
with:
3432
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 }}

0 commit comments

Comments
 (0)