Fix Trivy action version pin (0.28.0 doesn't exist, use 0.36.0)

This commit is contained in:
marvin
2026-09-12 14:07:21 -04:00
parent bbeeb633de
commit af2a7eeb86
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
run: docker run --rm --entrypoint node site-gateway:smoke-test --input-type=module -e "import { DatabaseSync } from 'node:sqlite'; const db = new DatabaseSync(':memory:'); db.exec('CREATE TABLE smoke (id INTEGER)'); db.close();" run: docker run --rm --entrypoint node site-gateway:smoke-test --input-type=module -e "import { DatabaseSync } from 'node:sqlite'; const db = new DatabaseSync(':memory:'); db.exec('CREATE TABLE smoke (id INTEGER)'); db.close();"
- name: Scan image for vulnerabilities - name: Scan image for vulnerabilities
uses: aquasecurity/trivy-action@0.28.0 uses: aquasecurity/trivy-action@0.36.0
with: with:
image-ref: site-gateway:smoke-test image-ref: site-gateway:smoke-test
severity: CRITICAL,HIGH severity: CRITICAL,HIGH