diff options
author | Valery Piashchynski <[email protected]> | 2023-12-09 16:41:01 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-09 16:41:01 +0100 |
commit | 3d56b7b7b5019802dc25a2a1dc21e7984da26185 (patch) | |
tree | d0a6be7cc60967c753c2de842879fe44fecec5dc | |
parent | edee11db85d8a6a4add430aafb0e7dfe7453f68d (diff) | |
parent | 5e3d7214e5f449c7830f2e09c4db8cfd88b1ba12 (diff) |
Merge pull request #1805 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.16.0
build(deps): bump aquasecurity/trivy-action from 0.15.0 to 0.16.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 5cc8db1d..29763362 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" |