Skip to content

Commit 35a1e78

Browse files
authored
Merge pull request #63 from cortexapps/trivy-tweaks
Move to stable debian, ignore unfixed container vulns
2 parents 94862fb + 1448d6b commit 35a1e78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
format: 'sarif'
7272
output: 'trivy-results.sarif'
7373
severity: 'CRITICAL,HIGH'
74+
ignore-unfixed: true
7475

7576
- name: Upload Trivy scan results to GitHub Security tab
7677
uses: github/codeql-action/upload-sarif@v3

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:trixie-slim
1+
FROM debian:stable-slim
22
WORKDIR /agent
33

44
# Install dependencies

0 commit comments

Comments
 (0)