diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 8b8d6c7ef..e87f05449 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -101,7 +101,7 @@ jobs: - name: Run Trivy vulnerability scanner if: ${{ github.event_name != 'pull_request' }} - uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 + uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1 with: image-ref: ${{ steps.image_path.outputs.IMAGE_PATH }}:${{ steps.get_version.outputs.VERSION }} format: table @@ -198,7 +198,7 @@ jobs: - name: Run Trivy vulnerability scanner if: ${{ github.event_name != 'pull_request' }} - uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 + uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1 with: image-ref: ${{ steps.image_path.outputs.IMAGE_PATH }}:${{ steps.get_version.outputs.VERSION }}-bitcoin format: table