diff options
| author | Astounds <kirito@disroot.org> | 2026-05-17 23:38:04 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-05-17 23:38:04 -0500 |
| commit | 1fdf176ed0028a9ba2179f1a4230ebb7b17a5cd7 (patch) | |
| tree | d753f57f8f3f264e64b4f3033e0d616c260b1d8d /.gitea | |
| parent | 251c70f5dab2498e753d4c95d5a396e0b13a935d (diff) | |
| download | hyperbola-mirror-1fdf176ed0028a9ba2179f1a4230ebb7b17a5cd7.tar.lz hyperbola-mirror-1fdf176ed0028a9ba2179f1a4230ebb7b17a5cd7.tar.xz hyperbola-mirror-1fdf176ed0028a9ba2179f1a4230ebb7b17a5cd7.zip | |
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/release.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 696c6c0..256e763 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -89,6 +89,8 @@ jobs: uses: actions/trivy-action@v1 with: image: ${{ secrets.DOCKER_REGISTRY_USER}}/hypermirror:latest + db-repository: 'public.ecr.aws/aquasecurity/trivy-db' + java-db-repository: 'public.ecr.aws/aquasecurity/trivy-java-db:1' severity: 'CRITICAL,HIGH' pkg-types: 'os' format: 'table' |
