diff options
author | Valery Piashchynski <[email protected]> | 2023-11-01 21:56:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-01 21:56:06 +0100 |
commit | 89a11738d4a666e19480e2b615d73cd30529ed91 (patch) | |
tree | ce0bdca0936c863a19030e7cf28f18d3fde9c6ee | |
parent | e5a8176ada4dca04f6e7905b62de8b2fd93cbd56 (diff) | |
parent | e22686ab2368dc48345486b675389f67e3f1f36c (diff) |
Merge pull request #1764 from roadrunner-server/dependabot/github_actions/aquasecurity/trivy-action-0.13.1
build(deps): bump aquasecurity/trivy-action from 0.13.0 to 0.13.1
-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 aeef9119..b008c40d 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" |