diff options
author | Valery Piashchynski <[email protected]> | 2024-11-21 01:04:55 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-21 01:04:55 +0100 |
commit | d89ca1777bf53e0abf6e22c6043ee31fe63ac948 (patch) | |
tree | b4cc15c0cf8844c27f2b83ecebeac9974c5034ca | |
parent | caf8a891b9b98e43fbbd8c2969e1a9d16a863549 (diff) | |
parent | 208b1fb41dc4b763b2340bcedbc387b5f6b8dc67 (diff) |
Merge pull request #2057 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.29.0
chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.29.0
-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 964d6832..034e87a2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -129,7 +129,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" |