Skip to content

Commit 0c6be4f

Browse files
committed
Add comment to trivy version pin
1 parent 7bca43b commit 0c6be4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sast_scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
scan-ref: '.'
5151
trivy-config: '.github/trivy.yaml'
5252
output: 'trivy-results.sarif'
53-
version: 'v0.69.2'
53+
version: 'v0.69.2' # https://github.com/aquasecurity/trivy-action/issues/512
5454
env:
5555
TRIVY_FAIL_ON_SEVERITY: ${{ inputs.fail_on_severity }}
5656

0 commit comments

Comments
 (0)