diff options
author | Valery Piashchynski <[email protected]> | 2023-06-06 19:59:43 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-06 19:59:43 +0200 |
commit | b849ce2a9ba08c09e6cf86224d8a3045802b04c0 (patch) | |
tree | 32b9a3ac68fb1a965b19ac355844a051fabef8b2 /.github | |
parent | 4c36d0e29e2c234f1f6211fc6a278f66083857e6 (diff) | |
parent | a2326aa1dbd3cb4f3d697a397d506f4d3faf39f5 (diff) |
Merge branch 'master' into feature/shorter-docker-version
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 4a2c4695..ea7cd9fb 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" |