diff options
author | Valery Piashchynski <[email protected]> | 2023-03-08 01:04:19 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-08 01:04:19 +0100 |
commit | fe517059eefc0fb094b3af5982c423802a0f11b2 (patch) | |
tree | fd2853d15baa987f97ae8cd07340d290241a2e06 | |
parent | 683871bf44c36841c9edf0d56f0c8ae1c6ebe251 (diff) | |
parent | db40b40a74a86145a5ef62a722d97e0e42577288 (diff) |
Merge pull request #1488 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.9.2
build(deps): bump aquasecurity/trivy-action from 0.9.1 to 0.9.2
-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 2394bcc8..6c3c8b1f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -151,7 +151,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" |