aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows/release.yaml
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-05-17 18:11:44 -0500
committerAstounds <kirito@disroot.org>2026-05-17 18:11:44 -0500
commitc588b79407b96cb370d37b1fa0e0474a1772ca51 (patch)
treebed7547448ef6ad4ac4c44c5bdb0df519f971cc7 /.gitea/workflows/release.yaml
parent250d3300150b6e3b2e677e7419c6b4c2c914c3c8 (diff)
downloadhyperbola-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.yaml2
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'