Skip to content

Commit bc056ab

Browse files
committed
ci(trivy): #106 temporary only fail CI for CRITICAL vulnerabilities
1 parent f0630b2 commit bc056ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
dockerfile: Dockerfile
119119
failure-threshold: error
120-
- name: Run Trivy vulnerability for Dockerfile
120+
- name: Run Trivy vulnerability for IAC
121121
uses: aquasecurity/trivy-action@0.29.0
122122
with:
123123
scan-type: config

config/trivy/trivy.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ misconfiguration:
55
- kubernetes
66

77
severity:
8-
- UNKNOWN
9-
- LOW
10-
- MEDIUM
11-
- HIGH
8+
# - UNKNOWN # Tracking the issue here: https://github.com/abhisheksr01/spring-boot-microservice-best-practices/issues/351
9+
# - LOW
10+
# - MEDIUM
11+
# - HIGH
1212
- CRITICAL

0 commit comments

Comments
 (0)