diff options
author | Valery Piashchynski <[email protected]> | 2024-10-16 18:24:46 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-16 18:24:46 +0200 |
commit | e49a95f7c1d9a2a0e21280e2e268fda72ab9e444 (patch) | |
tree | 8adfd02e97aeefef8ce364e820ef0e53ea0159f5 | |
parent | f5ca0da6153c5cb6acefa9c0c10cdd70ded41a46 (diff) | |
parent | 049387f2faccda142e3cb09737aa15e0298b6971 (diff) |
Merge pull request #2027 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.28.0
chore(deps): bump aquasecurity/trivy-action from 0.27.0 to 0.28.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 268d77ce..bc5697fe 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" |