From 25d9c004b04ec16f85425bcd7251aad0b3bb3967 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Mon, 6 Oct 2025 11:03:37 +0200 Subject: [PATCH] fix(ci): drop trivy for now --- .gitea/workflows/main.yaml | 5 ----- .gitea/workflows/pr.yaml | 5 ----- .gitea/workflows/release.yaml | 5 ----- 3 files changed, 15 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index de88b36..899078d 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -17,11 +17,6 @@ jobs: go-version: '1.24.x' - name: Test with the Go CLI run: go test ./... - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.28.0 - with: - scan-type: 'fs' - scan-ref: '.' Build_Image: runs-on: ubuntu-latest steps: diff --git a/.gitea/workflows/pr.yaml b/.gitea/workflows/pr.yaml index 8648b20..33c0273 100644 --- a/.gitea/workflows/pr.yaml +++ b/.gitea/workflows/pr.yaml @@ -14,11 +14,6 @@ jobs: go-version: '1.24.x' - name: Test with the Go CLI run: go test ./... - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.28.0 - with: - scan-type: 'fs' - scan-ref: '.' Build_Image: runs-on: ubuntu-latest steps: diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index ae2dfbe..df96bd9 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -14,11 +14,6 @@ jobs: go-version: '1.24.x' - name: Test with the Go CLI run: go test ./... - - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.28.0 - with: - scan-type: 'fs' - scan-ref: '.' Build_Image: runs-on: ubuntu-latest steps: