Skip to content

Commit

Permalink
[Tool] Trivy Pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: AndyZiYe <[email protected]>
  • Loading branch information
andyziye committed May 21, 2024
1 parent f9ea321 commit f554977
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trivy-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Init
run: |
mkdir trivy_temp
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 #0.19.0
env:
Expand Down

0 comments on commit f554977

Please sign in to comment.