diff options
author | Valery Piashchynski <[email protected]> | 2022-08-03 17:23:39 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-03 17:23:39 +0200 |
commit | f4f8dfc3e31fb7d21ba329d55d1e1a49a2d7e4fc (patch) | |
tree | 4b39274c4e2eb842eb9a4fcbfa3794758a050521 /.github | |
parent | 203c0f388b02d2a9aedb0cb19d89970af5e5fdcb (diff) | |
parent | 512ed22249d3d35b31fc86be80afb4331e66ff74 (diff) |
Merge remote-tracking branch 'origin/master' into feat/go1.19
# Conflicts:
# Dockerfile
# go.mod
# go.sum
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 d524a5fb..47cf9b55 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" |