mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-03-19 11:20:19 +08:00
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8743aa11bf |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/trivy-scan.yml
vendored
4
.github/workflows/trivy-scan.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Trivy vulnerability scanner in repo mode
|
||||
uses: aquasecurity/trivy-action@0.33.1
|
||||
uses: aquasecurity/trivy-action@0.34.0
|
||||
with:
|
||||
scan-type: 'fs'
|
||||
scan-ref: '.'
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
sarif_file: 'trivy-results.sarif'
|
||||
|
||||
- name: Run Trivy vulnerability scanner (table format)
|
||||
uses: aquasecurity/trivy-action@0.33.1
|
||||
uses: aquasecurity/trivy-action@0.34.0
|
||||
with:
|
||||
scan-type: 'fs'
|
||||
scan-ref: '.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue