Skip to content

Commit bdebaa0

Browse files
authored
Merge pull request #225 from proactiveops/bye-trivy
Remove Trivy
2 parents 08a7608 + aad0def commit bdebaa0

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: test
4040
working-directory: lambda
4141
run: go test ./... -cover
42-
42+
4343
terraform:
4444
runs-on: ubuntu-24.04
4545

@@ -64,21 +64,6 @@ jobs:
6464
id: validate
6565
run: terraform validate
6666

67-
- name: Trivy Scan Config
68-
id: trivy-config
69-
uses: aquasecurity/trivy-action@0.35.0
70-
with:
71-
scan-type: 'config'
72-
scan-ref: '.'
73-
74-
- name: Trivy Scan Filesystem
75-
id: trivy-fs
76-
uses: aquasecurity/trivy-action@0.35.0
77-
with:
78-
scan-type: 'fs'
79-
scan-ref: '.'
80-
skip-setup-trivy: true
81-
8267
- name: Setup TFLint
8368
id: tflint-setup
8469
uses: terraform-linters/setup-tflint@v6.2.1
@@ -93,4 +78,4 @@ jobs:
9378

9479
- name: Run TFLint
9580
id: tflint
96-
run: tflint -f compact
81+
run: tflint -f compact

0 commit comments

Comments
 (0)