Skip to content

Commit b573ace

Browse files
committed
try it
1 parent eedc99a commit b573ace

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,16 @@ jobs:
155155
uses: aquasecurity/trivy-action@0.33.1
156156
with:
157157
scan-type: "fs"
158-
scan-ref: "poetry.lock"
158+
scan-ref: "."
159159
severity: "CRITICAL,HIGH"
160160
scanners: "license"
161-
format: "table"
162-
output: "license_scan.txt"
161+
format: "json"
162+
output: "license_scan.json"
163163
exit-code: "1"
164164
list-all-pkgs: "true"
165165
- name: Show license scan output
166166
if: always()
167-
run: cat license_scan.txt
167+
run: cat license_scan.json
168168

169169
- name: Run code lint
170170
run: make lint

0 commit comments

Comments
 (0)