File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ---
21# Checkov configuration file
32# Excludes specific directories from security scanning
43skip-path :
Original file line number Diff line number Diff line change 44 directory : /
55 schedule :
66 interval : weekly
7+ open-pull-requests-limit : 10
8+ cooldown :
9+ default-days : 7
710 groups :
811 actions-minor :
912 update-types :
@@ -14,6 +17,9 @@ updates:
1417 directory : /
1518 schedule :
1619 interval : weekly
20+ open-pull-requests-limit : 10
21+ cooldown :
22+ default-days : 7
1723 groups :
1824 npm-development :
1925 dependency-type : development
Original file line number Diff line number Diff line change @@ -39,15 +39,13 @@ jobs:
3939
4040 - name : Lint Codebase
4141 id : super-linter
42- uses : super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
42+ uses : super-linter/super-linter/slim@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
4343 env :
4444 DEFAULT_BRANCH : main
4545 FILTER_REGEX_EXCLUDE : dist/**/*
4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747 VALIDATE_ALL_CODEBASE : true
48- VALIDATE_JAVASCRIPT_STANDARD : false
4948 VALIDATE_JSCPD : false
50- VALIDATE_TYPESCRIPT_STANDARD : false
51- VALIDATE_TYPESCRIPT_ES : false # handled in CI, due to current lack of support for ESLint 9.
49+ VALIDATE_TYPESCRIPT_ES : false # handled in CI
5250 VALIDATE_BIOME_FORMAT : false
5351 VALIDATE_BIOME_LINT : false
You can’t perform that action at this time.
0 commit comments