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.
1 parent 419e344 commit 37e80e8Copy full SHA for 37e80e8
.github/workflows/scans.yml
@@ -117,7 +117,7 @@ jobs:
117
enable_jobs_summary: true
118
comments_with_queries: true
119
path: .
120
- fail_on: high
+ fail_on: critical,high
121
output_formats: sarif
122
bom: true
123
.mega-linter.yml
@@ -9,10 +9,10 @@ DISABLE_LINTERS:
9
- SPELL_CSPELL
10
DISABLE_ERRORS_LINTERS:
11
- COPYPASTE_JSCPD
12
- - REPOSITORY_KICS
13
FAIL_IF_UPDATED_SOURCES: true
14
GITHUB_STATUS_REPORTER: true
15
PYTHON_DEFAULT_STYLE: ruff
+REPOSITORY_KICS_ARGUMENTS: --fail-on critical,high
16
REPOSITORY_SEMGREP_RULESETS: [p/default]
17
SARIF_REPORTER: true
18
VALIDATE_ALL_CODEBASE: false
0 commit comments