diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-12 17:18:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 17:18:33 +0000 |
| commit | 2853363d506c15bfe1c0338b3662860aa726a52c (patch) | |
| tree | 813f57f3fd292788c069ffb5df9b10f9c91b20df | |
| parent | af67a7318344a7052cd7f7c08396441a9291afcd (diff) | |
deps(actions): Bump aquasecurity/setup-trivy from 0.2.2 to 0.2.3 (#2363)
Bumps [aquasecurity/setup-trivy](https://github.com/aquasecurity/setup-trivy) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/aquasecurity/setup-trivy/releases)
- [Commits](https://github.com/aquasecurity/setup-trivy/compare/v0.2.2...v0.2.3)
---
updated-dependencies:
- dependency-name: aquasecurity/setup-trivy
dependency-version: 0.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/image-scan.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/image-scan.yml b/.github/workflows/image-scan.yml index 2b1370c5..cd4d8937 100644 --- a/.github/workflows/image-scan.yml +++ b/.github/workflows/image-scan.yml @@ -24,7 +24,7 @@ jobs: run: | docker build --target gomplate-alpine -t gomplate . - name: Install Trivy - uses: aquasecurity/setup-trivy@v0.2.2 + uses: aquasecurity/setup-trivy@v0.2.3 with: version: v0.57.0 cache: true |
