diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-07 22:17:52 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-07 22:17:52 +0000 |
commit | f64c63eb3255419a6120a04dd1b89b00417c00d5 (patch) | |
tree | 456426521a26c24fe4a5e9ba2cc21441dd893518 /.github | |
parent | daea3729c0459503f5165c38e145a9fe0420e53c (diff) |
chore(deps): bump aquasecurity/trivy-action from 0.21.0 to 0.22.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.21.0...0.22.0)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5940a65e..b12dbf22 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -147,7 +147,7 @@ jobs: - name: Try to execute run: docker run --rm rr:local -v - - uses: aquasecurity/[email protected] # action page: <https://github.com/aquasecurity/trivy-action> + - uses: aquasecurity/[email protected] # action page: <https://github.com/aquasecurity/trivy-action> with: image-ref: rr:local format: "table" |