diff options
author | Valery Piashchynski <[email protected]> | 2024-10-12 12:29:00 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-12 12:29:00 +0200 |
commit | f5ca0da6153c5cb6acefa9c0c10cdd70ded41a46 (patch) | |
tree | 7a26e93b4ead9dcf04f3ba52337eab5fc36980f1 | |
parent | 607df21a12c334f45e2b4270219c54945b2ba50e (diff) | |
parent | db1a1feee8a8535fd4c6954ca68831aaac0265fc (diff) |
Merge pull request #2024 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.27.0
chore(deps): bump aquasecurity/trivy-action from 0.26.0 to 0.27.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 f79aab1d..268d77ce 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" |