Skip to content

Commit

Permalink
Use branch name instead of version for trivy-action
Browse files Browse the repository at this point in the history
Use the branch name instead of the version of the trivy-action action
based on their documentation, as GitHub Actions is reporting that it is
unable to find v0.14.0.
  • Loading branch information
jonathanio committed Nov 12, 2023
1 parent b7ecdd8 commit 7b54136
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.0
uses: aquasecurity/trivy-action@master
with:
github-pat: ${{ secrets.GITHUB_TOKEN }}
trivy-config: .trivy.yaml
Expand Down

0 comments on commit 7b54136

Please sign in to comment.