aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitea/workflows/release.yaml2
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'