We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0630b2 commit bc056abCopy full SHA for bc056ab
.github/workflows/pipeline.yml
@@ -117,7 +117,7 @@ jobs:
117
with:
118
dockerfile: Dockerfile
119
failure-threshold: error
120
- - name: Run Trivy vulnerability for Dockerfile
+ - name: Run Trivy vulnerability for IAC
121
uses: aquasecurity/trivy-action@0.29.0
122
123
scan-type: config
config/trivy/trivy.yaml
@@ -5,8 +5,8 @@ misconfiguration:
5
- kubernetes
6
7
severity:
8
- - UNKNOWN
9
- - LOW
10
- - MEDIUM
11
- - HIGH
+# - UNKNOWN # Tracking the issue here: https://github.com/abhisheksr01/spring-boot-microservice-best-practices/issues/351
+# - LOW
+# - MEDIUM
+# - HIGH
12
- CRITICAL
0 commit comments