We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94862fb + 1448d6b commit 35a1e78Copy full SHA for 35a1e78
.github/workflows/docker.yml
@@ -71,6 +71,7 @@ jobs:
71
format: 'sarif'
72
output: 'trivy-results.sarif'
73
severity: 'CRITICAL,HIGH'
74
+ ignore-unfixed: true
75
76
- name: Upload Trivy scan results to GitHub Security tab
77
uses: github/codeql-action/upload-sarif@v3
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:trixie-slim
+FROM debian:stable-slim
2
WORKDIR /agent
3
4
# Install dependencies
0 commit comments