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 5dfec22 commit be813fa
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 @@ -19,6 +19,10 @@ jobs:
runs-on: [self-hosted, normal]
name: RUN
steps:
- name: Init
run: |
mkdir ${{ github.workspace }}/trivy_temp
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 #0.19.0
env:
Expand Down

0 comments on commit be813fa

Please sign in to comment.