Skip to content

Commit

Permalink
Use full semver tag for trivy-action
Browse files Browse the repository at this point in the history
Use the full semver tag for trivy-action as major/minor versions are not
provided for this action.
  • Loading branch information
jonathanio committed Nov 12, 2023
1 parent 813ced6 commit b7ecdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
git-commit-message: Syncing terraform-docs update for ${{ inputs.working-directory }}/README.md

- name: Run trivy against the ${{ inputs.type }}
uses: aquasecurity/trivy-action@v0.14
uses: aquasecurity/trivy-action@v0.14.0
with:
github-pat: ${{ secrets.GITHUB_TOKEN }}
trivy-config: .trivy.yaml
Expand Down

0 comments on commit b7ecdd8

Please sign in to comment.