Skip to content

Commit f554977

Browse files
committed
[Tool] Trivy Pipeline
Signed-off-by: AndyZiYe <[email protected]>
1 parent f9ea321 commit f554977

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/trivy-pipeline.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v3
2424

25+
- name: Init
26+
run: |
27+
mkdir trivy_temp
28+
2529
- name: Run Trivy vulnerability scanner
2630
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 #0.19.0
2731
env:

0 commit comments

Comments
 (0)