Update pr-scan.yml

This commit is contained in:
Evan
2024-07-30 17:46:09 -07:00
committed by GitHub
parent 4034598b1c
commit ad2e53920f
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
output: 'trivy-image-results.json'
severity: 'CRITICAL,HIGH'
- name: Run Trivy vulnerability scanner on source code
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.20.0
with:
scan-type: 'fs'
scan-ref: '.'
@@ -84,4 +84,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: commentBody
});
});