Fix Trivy action version pin again (use existing 0.35.0 tag)

This commit is contained in:
marvin
2026-09-12 14:08:35 -04:00
parent af2a7eeb86
commit 15dbfb4971
+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.36.0 uses: aquasecurity/trivy-action@0.35.0
with: with:
image-ref: site-gateway:smoke-test image-ref: site-gateway:smoke-test
severity: CRITICAL,HIGH severity: CRITICAL,HIGH