diff options
author | Valery Piashchynski <[email protected]> | 2024-05-24 13:05:18 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-24 13:05:18 +0200 |
commit | baae6c3e042db7b8331e47375fe3ea298c073156 (patch) | |
tree | 8abbc081551a8c08abb7c4c3de57ddbe6e0aa3f2 | |
parent | 52e1dbd6a469b1524adc5661cd756f44b21c6306 (diff) | |
parent | 6be98e6c12ee165c3d2e111de053d0e04d5be7bd (diff) |
Merge pull request #1925 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.21.0
chore(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.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 74effd9a..5940a65e 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" |