Skip to content

Commit 2cd589f

Browse files
dependabot[bot]cbandy
authored andcommitted
Bump aquasecurity/setup-trivy
Bumps the github-actions group with 1 update in the /.github/actions/trivy directory: [aquasecurity/setup-trivy](https://github.com/aquasecurity/setup-trivy). Updates `aquasecurity/setup-trivy` from 0.2.3 to 0.2.4 - [Release notes](https://github.com/aquasecurity/setup-trivy/releases) - [Commits](aquasecurity/setup-trivy@v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: aquasecurity/setup-trivy dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4e887f commit 2cd589f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/trivy/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
# Install Trivy as requested.
8585
# NOTE: `setup-trivy` can download a "latest" version but cannot cache it.
8686
- if: ${{ ! contains(fromJSON(steps.parsed.outputs.setup), 'none') }}
87-
uses: aquasecurity/[email protected].3
87+
uses: aquasecurity/[email protected].4
8888
with:
8989
cache: ${{ contains(fromJSON(steps.parsed.outputs.setup), 'cache') }}
9090
version: ${{ steps.parsed.outputs.version }}

0 commit comments

Comments
 (0)