Skip to content

Commit

Permalink
Checkov is weird
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 23, 2024
1 parent 780afcc commit 75e6960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
- name: Super-linter
uses: super-linter/[email protected] # x-release-please-version
env:
FILTER_REGEX_INCLUDE: ^renderer/
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_INCLUDE: ^renderer/
# need to disable chekov manually since it ignores FILTER_REGEX_INCLUDE
VALIDATE_CHECKOV: false
# disable nitpicky linters
VALIDATE_JSCPD: false
VALIDATE_NATURAL_LANGUAGE: false
Expand Down

0 comments on commit 75e6960

Please sign in to comment.