diff options
author | Valery Piashchynski <[email protected]> | 2024-10-11 10:26:30 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-11 10:26:30 +0200 |
commit | 607df21a12c334f45e2b4270219c54945b2ba50e (patch) | |
tree | 3071dde0169955b9c2936426d224e60b9fcfa47b | |
parent | f10cb39ebe5e6ffdb4a323c8577544c983872de8 (diff) | |
parent | e01b8bcd8fc1b58555dba0c9045e9e3f738f3875 (diff) |
Merge pull request #2022 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.26.0
chore(deps): bump aquasecurity/trivy-action from 0.24.0 to 0.26.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 79dc101b..f79aab1d 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" |