diff options
author | Valery Piashchynski <[email protected]> | 2022-06-23 20:19:00 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-23 20:19:00 +0200 |
commit | 082bd0aece5e5fbe5cc1df2c09494f3ba3cfc0dd (patch) | |
tree | 0202a2e480e204b8116a5a9ff749b0254ab65ffc | |
parent | 4e681788de839a42d85afecf61f75b0e0890c8e6 (diff) | |
parent | affb2495730defca5d138c624749212e6d40df3d (diff) |
Merge branch 'master' into release/v2.10.5
-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 62c827c6..a0761dc4 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' |