File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55 skip :
66 - poetry-lock
77repos :
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 :
You can’t perform that action at this time.
0 commit comments