diff options
author | Valery Piashchynski <[email protected]> | 2022-08-03 12:16:30 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-03 12:16:30 +0200 |
commit | 5427bc2ebbbbb77aa045a73047f67aa39d2d958e (patch) | |
tree | 8a3abb84c8e701736abbfa6fc1f33bf4baa3b217 | |
parent | 6ab6bc614a66f0c0835f89de3e8fb4ffaa1b7dcc (diff) | |
parent | c57ef7e7a04e351270a70bee4438fda2fd730773 (diff) |
Merge branch 'master' into dependabot/docker/golang-1.19.0-alpine
-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 8ac3a953..d6d0c7dc 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" |