Skip to content

Commit 61da833

Browse files
committed
fix(ci): change trivy severity level
1 parent 4a31a25 commit 61da833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
exit-code: "1"
8585
ignore-unfixed: true
8686
vuln-type: "os,library"
87-
severity: "CRITICAL,HIGH"
87+
severity: "CRITICAL"
8888

8989
- name: Build and push Docker image
9090
uses: docker/build-push-action@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
exit-code: "1"
8181
ignore-unfixed: true
8282
vuln-type: "os,library"
83-
severity: "CRITICAL,HIGH"
83+
severity: "CRITICAL"
8484

8585
- name: Build and push Docker image
8686
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)