Skip to content

Commit 7cb7fde

Browse files
committed
Demote checkov, kics and trivy to warnings
Signed-off-by: Joe Block <[email protected]>
1 parent 0dd4b8e commit 7cb7fde

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/megalinter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
DISABLE_LINTERS: SPELL_CSPELL
5757
# SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: '(\.yml)'
58+
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
59+
REPOSITORY_KICS_DISABLE_ERRORS: true
60+
REPOSITORY_TRIVY_DISABLE_ERRORS: true
5861

5962
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
6063
- name: Archive production artifacts

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ ci:
55
skip:
66
- poetry-lock
77
repos:
8-
- repo: local
9-
hooks:
10-
- id: clean-up-pyc-and-pyo-files
11-
name: Scrub all .pyc and .pyo files before committing
12-
entry: ./.hook-scripts/clean-up-pyc-and-pyo-files
13-
language: script
148
- repo: https://github.com/pre-commit/pre-commit-hooks
159
rev: v5.0.0
1610
hooks:

0 commit comments

Comments
 (0)