Skip to content

Commit 23f04f0

Browse files
committed
individual scans
1 parent 88630c7 commit 23f04f0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ jobs:
173173
pkg:
174174
include-dev-deps: true
175175
EOF
176-
- name: Check licenses
176+
- name: Check python licenses
177177
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
178178
if: ${{ steps.check_languages.outputs.uses_poetry == 'true' }}
179179
with:
180180
scan-type: "fs"
181-
scan-ref: "."
181+
scan-ref: "poetry.lock"
182182
severity: "CRITICAL,HIGH"
183183
scanners: "license"
184184
format: "table"

trivy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg:
2+
include-dev-deps: true

0 commit comments

Comments
 (0)