diff options
author | Valery Piashchynski <[email protected]> | 2024-07-10 01:01:05 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-10 01:01:05 +0200 |
commit | d80c68c8a41daef46548d44721ca102a1b1c36e6 (patch) | |
tree | 0041fb31a517e2f673c8e4aa55f5f635bb1dc8fc | |
parent | 6b4d008998e81946a425df885fe6d18aed6ce50b (diff) | |
parent | 20f11987ee0c52788b6f31539a5121ee777a1d34 (diff) |
Merge pull request #1966 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.24.0
chore(deps): bump aquasecurity/trivy-action from 0.23.0 to 0.24.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 0628db55..d1f6a76e 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" |