Skip to content

Commit

Permalink
ci: disable BASH_EXEC and SHELL_SHFMT in super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Apr 26, 2024
1 parent 065bd49 commit b216b9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: false
VALIDATE_BASH_EXEC: false
VALIDATE_CHECKOV: false
VALIDATE_JSCPD: false
VALIDATE_SHELL_SHFMT: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b216b9c

Please sign in to comment.