diff options
author | Valery Piashchynski <[email protected]> | 2024-06-09 21:51:03 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-09 21:51:03 +0200 |
commit | 132799372c1a55e23e804f2ba561d11b9740d708 (patch) | |
tree | 456426521a26c24fe4a5e9ba2cc21441dd893518 | |
parent | daea3729c0459503f5165c38e145a9fe0420e53c (diff) | |
parent | f64c63eb3255419a6120a04dd1b89b00417c00d5 (diff) |
Merge pull request #1939 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.22.0
chore(deps): bump aquasecurity/trivy-action from 0.21.0 to 0.22.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 5940a65e..b12dbf22 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" |