diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2596850..7014d61 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ jobs: id: test working-directory: lambda run: go test ./... -cover - + terraform: runs-on: ubuntu-24.04 @@ -64,21 +64,6 @@ jobs: id: validate run: terraform validate - - name: Trivy Scan Config - id: trivy-config - uses: aquasecurity/trivy-action@0.35.0 - with: - scan-type: 'config' - scan-ref: '.' - - - name: Trivy Scan Filesystem - id: trivy-fs - uses: aquasecurity/trivy-action@0.35.0 - with: - scan-type: 'fs' - scan-ref: '.' - skip-setup-trivy: true - - name: Setup TFLint id: tflint-setup uses: terraform-linters/setup-tflint@v6.2.1 @@ -93,4 +78,4 @@ jobs: - name: Run TFLint id: tflint - run: tflint -f compact \ No newline at end of file + run: tflint -f compact