From c588b79407b96cb370d37b1fa0e0474a1772ca51 Mon Sep 17 00:00:00 2001 From: Astounds Date: Sun, 17 May 2026 18:11:44 -0500 Subject: update workflow --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3