fix(cicd): remove trivy
- doesn't look like trivy supports forgejo
This commit is contained in:
parent
85caf24a93
commit
87b728e3c8
1 changed files with 0 additions and 8 deletions
|
@ -66,14 +66,6 @@ jobs:
|
||||||
tflint --init
|
tflint --init
|
||||||
tflint
|
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:
|
terraform-plan:
|
||||||
name: Terraform Plan
|
name: Terraform Plan
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue