Fix trivy version

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-24 08:46:21 +01:00
parent 564540e2ab
commit def286a827
2 changed files with 1 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ jobs:
coverage.html
retention-days: 30
- run: "make lint"
- uses: "aquasecurity/trivy-action@0.28.0"
- uses: "aquasecurity/trivy-action@0.68.0"
with:
scan-type: "fs"
scanners: "license"

View File

@@ -6,4 +6,3 @@ licenses:
- id: "SEE LICENSE IN LICENSE.md"
paths:
- "package-lock.json"
- "node_modules/**"