Fix path for trivy

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

View File

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

View File

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