diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9e7ad7..0fa51ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: run: docker buildx build --platform linux/amd64,linux/arm64 -t openreception/open-reception:${{ github.ref_name }} . - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@master + uses: aquasecurity/trivy-action@0.35.0 with: image-ref: "openreception/open-reception:${{ github.ref_name }}" format: "table"