Add checkov config (#217)

This commit is contained in:
Nick Alteen
2025-10-31 11:03:29 -04:00
committed by GitHub
parent 79f2797cc9
commit f154fd8ca8
3 changed files with 13 additions and 6 deletions

View File

@@ -1,4 +0,0 @@
quiet: true
skip-check:
- CKV_DOCKER_2
- CKV_DOCKER_3

10
.checkov.yml Normal file
View File

@@ -0,0 +1,10 @@
# See: https://www.checkov.io/1.Welcome/Quick%20Start.html
compact: true
quiet: true
skip-path:
- coverage
- node_modules
skip-check:
- CKV_DOCKER_2
- CKV_DOCKER_3

View File

@@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version-file: .node-version
cache: npm
@@ -45,10 +45,11 @@ jobs:
id: super-linter
uses: super-linter/super-linter/slim@v8
env:
CHECKOV_FILE_NAME: .checkov.yml
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: dist/**/*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: ${{ github.workspace }}
LINTER_RULES_PATH: .
VALIDATE_ALL_CODEBASE: true
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false