diff options
author | Astound <kirito@disroot.org> | 2025-01-05 01:57:02 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2025-01-05 01:57:02 +0800 |
commit | 9b57d1f433172d793f0792bc383681a1d9e5429c (patch) | |
tree | b164a35c16097f260819bb8d0133dfcc0ee43b1f /.gitea/workflows | |
parent | f176f3bfd8a5188a7ed647e53225b5d7f4597941 (diff) | |
download | hyperbola-mirror-master.tar.lz hyperbola-mirror-master.tar.xz hyperbola-mirror-master.zip |
Diffstat (limited to '.gitea/workflows')
-rw-r--r-- | .gitea/workflows/release.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 46c9925..bc0c674 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -87,21 +87,6 @@ jobs: ${{ secrets.DOCKER_REGISTRY_USER}}/hypermirror:latest ${{ secrets.DOCKER_REGISTRY_USER}}/hypermirror:v${{ steps.meta.outputs.IMAGE_VERSION }} - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.29.0 - with: - image-ref: ${{ secrets.DOCKER_REGISTRY_USER}}/hypermirror:latest - format: 'table' - exit-code: '1' - ignore-unfixed: true - vuln-type: 'os' - severity: 'CRITICAL,HIGH' - env: - TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 - TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1 - TRIVY_SKIP_DB_UPDATE: false - TRIVY_SKIP_JAVA_DB_UPDATE: false - - name: Push Docker image uses: docker/build-push-action@v6 with: |