diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aea02214..8af865ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,7 +104,7 @@ jobs: run: docker build -t rr:local -f ./Dockerfile . - name: Try to execute run: docker run --rm rr:local -v - - uses: aquasecurity/trivy-action@0.35.0 # action page: + - uses: aquasecurity/trivy-action@v0.36.0 # action page: with: image-ref: rr:local format: "table"