diff options
| -rw-r--r-- | .gitea/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index ec7f4dd..4739a16 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -88,7 +88,7 @@ jobs: ${{ secrets.DOCKER_REGISTRY_USER}}/hypermirror:v${{ steps.meta.outputs.IMAGE_VERSION }} - name: Run Trivy vulnerability scanner - uses: astounds/trivy-action@v1 + uses: actions/trivy-action@v1 with: image: ${{ secrets.DOCKER_REGISTRY_USER}}/hypermirror:latest severity: 'CRITICAL,HIGH' |
