mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
super-linter: set VALIDATE_GITLEAKS to true
Flag to enable the linting process of the secrets. Just another check or test we can have. Set VALIDATE_ALL_CODEBASE: true https://github.com/super-linter/super-linter?tab=readme-ov-file#configure-super-linter
This commit is contained in:
@@ -25,7 +25,8 @@ jobs:
|
||||
VALIDATE_BASH: true
|
||||
# VALIDATE_BASH_EXEC: true
|
||||
# VALIDATE_EDITORCONFIG: true
|
||||
VALIDATE_GITLEAKS: true
|
||||
# VALIDATE_SHELL_SHFMT: true
|
||||
DEFAULT_BRANCH: master
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_ALL_CODEBASE: true
|
||||
|
||||
Reference in New Issue
Block a user