Skip to content

Commit

Permalink
Disable CHECKOV validation in linter workflow
Browse files Browse the repository at this point in the history
Added a configuration to disable CHECKOV validation in the GitHub Actions linter workflow. This aligns with the existing pattern of disabling specific validators.
  • Loading branch information
TechNickAI committed Aug 28, 2024
1 parent ac4c86e commit 3543899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
VALIDATE_PYTHON_ISORT: false
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_PYLINT: false

# Disable CHECKOV validation
VALIDATE_CHECKOV: false
# Don't run JSCPD - it's never useful, it's very verbose, and it's slow
VALIDATE_JSCPD: false

0 comments on commit 3543899

Please sign in to comment.