Skip to content

Commit

Permalink
[CI] update trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuullll committed Nov 11, 2024
1 parent 200e6ad commit 6bb7c8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ jobs:
name: Trivy dependency map
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Trivy in GitHub SBOM mode and submit results to Dependency Graph
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
format: 'github'
format: 'spdx'
output: 'dependency-results.sbom.json'
image-ref: '.'
github-pat: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6bb7c8c

Please sign in to comment.