We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d3025 commit de86aa4Copy full SHA for de86aa4
3 files changed
.github/linters/.checkov.yaml
@@ -0,0 +1,2 @@
1
+skip-check:
2
+ - CKV2_GHA_1
.github/linters/.jscpd.json
@@ -1,3 +1,3 @@
{
- "threshold": 0.1
+ "threshold": 10
3
}
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
fetch-depth: 0 # needed for super-linter
48
49
- name: Lint codebase
50
- uses: super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2 # v7.3.0
+ uses: super-linter/super-linter/slim@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2 # v7.3.0
51
env:
52
IGNORE_GITIGNORED_FILES: true
53
FILTER_REGEX_INCLUDE: .*src/.*, .*test/.*
0 commit comments