diff options
author | Valery Piashchynski <[email protected]> | 2022-05-10 00:43:34 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-10 00:43:34 +0200 |
commit | d4d6315adfdbd6c18cccb610d5fe79f3094dfb25 (patch) | |
tree | e17808a8b59a7013988ef208474cc690683782a3 | |
parent | ffcaede620a2e3c8d20d524ce57672406197b034 (diff) | |
parent | 8a70cf50040a57932edfa513e021e878aec1ece4 (diff) |
[#1124]: build(deps): bump aquasecurity/trivy-action from 0.2.5 to 0.3.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 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' |