We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68c5ad2 + 4028d4f commit d28ae98Copy full SHA for d28ae98
.checkov.yml
@@ -0,0 +1,7 @@
1
+# See: https://www.checkov.io/1.Welcome/Quick%20Start.html
2
+
3
+compact: true
4
+quiet: true
5
+skip-path:
6
+ - coverage
7
+ - node_modules
.github/workflows/linter.yml
@@ -45,6 +45,7 @@ jobs:
45
id: super-linter
46
uses: super-linter/super-linter/slim@v8
47
env:
48
+ CHECKOV_FILE_NAME: .checkov.yml
49
DEFAULT_BRANCH: main
50
FILTER_REGEX_EXCLUDE: dist/**/*
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments