diff options
author | Valery Piashchynski <[email protected]> | 2024-05-10 23:20:51 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-10 23:20:51 +0200 |
commit | fcbc66fc6487e2f27422042900bd2480617ecfa4 (patch) | |
tree | 1fa0763aad14f33bb428fae400c5ada5fd27e319 | |
parent | c60186dead6e7e8174501c13f87cddde713e6746 (diff) | |
parent | bc33e8482b3ca095252285e9dfc7d3c79315ff41 (diff) |
Merge pull request #1917 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.20.0
build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.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 ed5190ab..e60d688f 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" |