We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08a7608 + aad0def commit bdebaa0Copy full SHA for bdebaa0
1 file changed
.github/workflows/pr.yml
@@ -39,7 +39,7 @@ jobs:
39
id: test
40
working-directory: lambda
41
run: go test ./... -cover
42
-
+
43
terraform:
44
runs-on: ubuntu-24.04
45
@@ -64,21 +64,6 @@ jobs:
64
id: validate
65
run: terraform validate
66
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
77
78
- scan-type: 'fs'
79
80
- skip-setup-trivy: true
81
82
- name: Setup TFLint
83
id: tflint-setup
84
uses: terraform-linters/setup-tflint@v6.2.1
@@ -93,4 +78,4 @@ jobs:
93
94
- name: Run TFLint
95
id: tflint
96
- run: tflint -f compact
+ run: tflint -f compact
0 commit comments