Skip to content

Commit 06d8586

Browse files
adding build
1 parent 09fe938 commit 06d8586

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ jobs:
2323
uses: actions/checkout@v4
2424
- name: Scan current project
2525
uses: anchore/scan-action@v3
26+
id: scan
2627
with:
2728
path: "."
29+
fail-build: false
30+
- name: upload Anchore scan SARIF report
31+
uses: github/codeql-action/upload-sarif@v3
32+
with:
33+
sarif_file: ${{ steps.scan.outputs.sarif }}
2834

2935
Trivy:
3036
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)