diff options
| author | Astounds <kirito@disroot.org> | 2026-05-17 18:11:44 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-05-17 18:11:44 -0500 |
| commit | c588b79407b96cb370d37b1fa0e0474a1772ca51 (patch) | |
| tree | bed7547448ef6ad4ac4c44c5bdb0df519f971cc7 /.gitea/workflows/release.yaml | |
| parent | 250d3300150b6e3b2e677e7419c6b4c2c914c3c8 (diff) | |
| download | hyperbola-mirror-c588b79407b96cb370d37b1fa0e0474a1772ca51.tar.lz hyperbola-mirror-c588b79407b96cb370d37b1fa0e0474a1772ca51.tar.xz hyperbola-mirror-c588b79407b96cb370d37b1fa0e0474a1772ca51.zip | |
update workflow
Diffstat (limited to '.gitea/workflows/release.yaml')
| -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' |
