Update Trivy action version in workflow
This commit is contained in:
parent
289133e507
commit
104d547150
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Run backend tests
|
- name: Run backend tests
|
||||||
run: python -m unittest discover -s app/tests -p "test_*.py"
|
run: python -m unittest discover -s app/tests -p "test_*.py"
|
||||||
- name: Run Trivy filesystem scan
|
- name: Run Trivy filesystem scan
|
||||||
uses: aquasecurity/trivy-action@0.33.1
|
uses: aquasecurity/trivy-action@0.35.0
|
||||||
with:
|
with:
|
||||||
scan-type: fs
|
scan-type: fs
|
||||||
scan-ref: .
|
scan-ref: .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue