Skip to content

Commit 340a1f9

Browse files
committed
force scan
1 parent edf8f4a commit 340a1f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ jobs:
155155
uses: aquasecurity/trivy-action@0.33.1
156156
with:
157157
scan-type: "fs"
158-
scan-ref: "."
158+
scan-ref: "poetry.lock"
159+
severity: "CRITICAL,HIGH"
159160
scanners: "license"
160161
format: "table"
161162
output: "license_scan.txt"

0 commit comments

Comments
 (0)