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: