diff options
author | Valery Piashchynski <[email protected]> | 2022-05-10 00:43:40 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-10 00:43:40 +0200 |
commit | b5059e3a9796ee55a608530373f1b1272dea5dd4 (patch) | |
tree | 66abfdd2b6b16cc9a0f4b4070f98bad5bd23a87d /.github | |
parent | 5fc194c165c057cfc8175390b98df3068cb945f1 (diff) | |
parent | d4d6315adfdbd6c18cccb610d5fe79f3094dfb25 (diff) |
Merge branch 'master' into dependabot/github_actions/docker/setup-qemu-action-2
Diffstat (limited to '.github')
-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 9542537f..a8021e7b 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' |