Skip to content

Commit f909dab

Browse files
committed
specify version
1 parent 5d40c79 commit f909dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-vul-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
make docker-build IMG="${{ env.IMAGE_NAME }}:${{ github.sha }}"
3838
3939
- name: Run Trivy vulnerability scanner
40-
uses: aquasecurity/trivy-action@master
40+
uses: aquasecurity/trivy-action@0.18.0
4141
with:
4242
scan-type: image
4343
image-ref: "${{ env.IMAGE_NAME }}:${{ github.sha }}"

0 commit comments

Comments
 (0)