Skip to content

Commit

Permalink
checkov + jscpd
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jul 26, 2023
1 parent 3660534 commit e8e6c9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/linters/.checkov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# You can see all available properties here: https://github.com/bridgecrewio/checkov#configuration-using-a-config-file
quiet: true
skip-check:
- CKV_DOCKER_2
- CKV_DOCKER_3
- CKV2_GHA_1
1 change: 1 addition & 0 deletions .github/linters/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"tflint",
"toit",
"trivy",
"trivyignore",
"trufflehog",
"tsbuildinfo",
"tsql",
Expand Down
5 changes: 3 additions & 2 deletions .github/linters/.jscpd.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"**/docker-compose-megalinter.yml",
"**/docker-compose-local.yml",
"**/docker-compose.yml",
"**/packages/app/src/app/components/AppThemeProvider.tsx",
"**/packages/backend/src/megalinter/parsers/parse-megalinter-complete.test.ts"
"**/AppThemeProvider.tsx",
"**/parse-linter-status.test.ts",
"**/parse-megalinter-complete.test.ts"
]
}

0 comments on commit e8e6c9d

Please sign in to comment.