2 parents d8fae90 + f4eb385 commit c5e7767Copy full SHA for c5e7767
1 file changed
.github/workflows/security-scan.yml
@@ -151,7 +151,7 @@ jobs:
151
run: mkdir -p "$SECURITY_REPORT_DIR"
152
153
- name: Scan container image for vulnerable OS packages
154
- uses: aquasecurity/trivy-action@0.30.0
+ uses: aquasecurity/trivy-action@v0.36.0
155
with:
156
image-ref: subtrackr-api:${{ github.sha }}
157
format: json
@@ -160,7 +160,7 @@ jobs:
160
exit-code: '0'
161
162
- name: Scan Dockerfile and IaC configuration
163
164
165
scan-type: config
166
scan-ref: .
0 commit comments