Skip to content

Commit f9a603c

Browse files
committed
fix: removed checkov from megalinter
1 parent 4c3e5b4 commit f9a603c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/megalinter.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ jobs:
1616
with:
1717
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
1818
fetch-depth: 0
19-
- name: MegaLinter
20-
id: ml
21-
uses: megalinter/megalinter/flavors/terraform@v7.4.0
22-
env:
23-
VALIDATE_ALL_CODEBASE: true
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
DISABLE: COPYPASTE,SPELL
26-
DISABLE_LINTERS: TERRAFORM_TERRASCAN
2719
- name: Archive production artifacts
2820
if: ${{ success() }} || ${{ failure() }}
2921
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)