Skip to content

Commit 37e80e8

Browse files
authored
ci: kics-fail-on (#216)
* ci: kics-fail-on * Update .mega-linter.yml
1 parent 419e344 commit 37e80e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
enable_jobs_summary: true
118118
comments_with_queries: true
119119
path: .
120-
fail_on: high
120+
fail_on: critical,high
121121
output_formats: sarif
122122
bom: true
123123

.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ DISABLE_LINTERS:
99
- SPELL_CSPELL
1010
DISABLE_ERRORS_LINTERS:
1111
- COPYPASTE_JSCPD
12-
- REPOSITORY_KICS
1312
FAIL_IF_UPDATED_SOURCES: true
1413
GITHUB_STATUS_REPORTER: true
1514
PYTHON_DEFAULT_STYLE: ruff
15+
REPOSITORY_KICS_ARGUMENTS: --fail-on critical,high
1616
REPOSITORY_SEMGREP_RULESETS: [p/default]
1717
SARIF_REPORTER: true
1818
VALIDATE_ALL_CODEBASE: false

0 commit comments

Comments
 (0)