Skip to content

Commit 31d4cdc

Browse files
committed
Reference the correct stable version of trivy
1 parent 7e057b3 commit 31d4cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security.scan.terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- name: Checkout code
4040
uses: actions/checkout@v4
41-
- uses: nsbno/platform-actions/.github/actions/tools/trivy@trivy-github-action
41+
- uses: nsbno/platform-actions/.github/actions/tools/trivy@v2
4242
with:
4343
scanning-directory: ${{ inputs.scanning-directory }}
4444
severity: ${{ inputs.severity }}

0 commit comments

Comments
 (0)