We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00e7639 + 6684fbd commit d85d4d9Copy full SHA for d85d4d9
.github/workflows/snyk-container-analysis.yml
@@ -35,6 +35,6 @@ jobs:
35
image: privatebin/unit-alpine
36
args: --file=Dockerfile
37
- name: Upload result to GitHub Code Scanning
38
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
39
with:
40
sarif_file: snyk.sarif
.github/workflows/trivy-analysis.yml
@@ -29,6 +29,6 @@ jobs:
29
severity: 'CRITICAL,HIGH'
30
31
- name: Upload Trivy scan results to GitHub Security tab
32
33
34
sarif_file: 'trivy-results.sarif'
0 commit comments