Skip to content

Commit

Permalink
test(437): master - only critical
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Dec 3, 2024
1 parent 3331805 commit 82a322b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/trivy-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in fs mode
uses: DmitriyLewen/trivy-action@e00c0f190873e3081237776c144bfa96fae46d5c
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
image-ref: '.'
format: 'template'
exit-code: '0'
vuln-type: 'os,library'
version: "v0.56.2"
template: '@$HOME/.local/bin/trivy-bin/contrib/html.tpl'
image-ref: '.'
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Flask==2.3.1
jupyter-server-proxy==3.0.1
2 changes: 1 addition & 1 deletion trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
severity:
- LOW
- CRITICAL

0 comments on commit 82a322b

Please sign in to comment.