diff options
author | Valery Piashchynski <[email protected]> | 2024-02-07 18:33:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-07 18:33:17 +0100 |
commit | 2b34c0ebe64011c5d45feb66bf2e0b4efb8f9147 (patch) | |
tree | f49af5bd878b190b04742dfe9f7072a5bb147807 | |
parent | 06064b5a62b78d7bd7760e3bf9da7d2e07ee812a (diff) | |
parent | 3ec0f8270f8a616b8e799807a5cb6ec44d81e6c3 (diff) |
Merge pull request #1863 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.17.0
build(deps): bump aquasecurity/trivy-action from 0.16.1 to 0.17.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 70fb5ce5..7186c117 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" |