fix(cicd): remove trivy
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 4m42s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 3m40s

- doesn't look like trivy supports forgejo
This commit is contained in:
Ben Martin 2025-04-20 10:56:24 +00:00
parent 85caf24a93
commit 87b728e3c8
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -66,14 +66,6 @@ jobs:
tflint --init
tflint
- name: Run Trivy vulnerability scanner in IaC mode
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'config'
hide-progress: true
exit-code: '1'
severity: 'CRITICAL,HIGH'
terraform-plan:
name: Terraform Plan
runs-on: ubuntu-latest