diff options
author | Valery Piashchynski <[email protected]> | 2022-11-08 00:15:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-08 00:15:18 +0100 |
commit | 40ac85dac6ad738ac72e3ee1cd69597e4c4d7ae0 (patch) | |
tree | 434e4f257623c0c91f6e4919c32d99e9f6ee44e4 | |
parent | e0f445279760d0ec1d230e6cc179664246642501 (diff) | |
parent | c6ae7bc8ae8138aff13c9997246b510cb770949a (diff) |
[#1353]: build(deps): bump aquasecurity/trivy-action from 0.7.1 to 0.8.0
-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 b01abd02..b29cef5a 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" |