fix(ci): drop trivy for now
All checks were successful
PR Build / Test (pull_request) Successful in 2m27s
PR Build / Build_Image (pull_request) Successful in 2m19s

This commit is contained in:
2025-10-06 11:03:37 +02:00
parent d57cf412df
commit 25d9c004b0
3 changed files with 0 additions and 15 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: