Skip to content

Commit

Permalink
ci: disable gitleaks linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 4, 2023
1 parent e931aca commit 4157f08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Lint Code Base
uses: super-linter/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_ALL_CODEBASE: true
VALIDATE_GITLEAKS: false
VALIDATE_GO: false
VALIDATE_KUBERNETES_KUBEVAL: false
DEFAULT_BRANCH: main
Expand Down

0 comments on commit 4157f08

Please sign in to comment.