You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,7 @@ You can configure Super-linter using the following environment variables:
285
285
|**GITHUB_CUSTOM_API_URL**|`https://api.${GITHUB_DOMAIN}`| Specify a custom GitHub API URL in case GitHub Enterprise is used: e.g. `https://github.myenterprise.com/api/v3`|
286
286
|**GITHUB_CUSTOM_SERVER_URL**|`https://${GITHUB_DOMAIN}"`| Specify a custom GitHub server URL. Useful for GitHub Enterprise instances. |
287
287
|**GITHUB_DOMAIN**|`github.com`| Specify a custom GitHub domain in case GitHub Enterprise is used: e.g. `github.myenterprise.com`. `GITHUB_DOMAIN` is a convenience configuration variable to automatically build `GITHUB_CUSTOM_API_URL` and `GITHUB_CUSTOM_SERVER_URL`. |
288
+
|**GITLEAKS_COMMAND_OPTIONS**| not set | Additional options and arguments to pass to the command when running Gitleaks |
288
289
|**GITLEAKS_CONFIG_FILE**|`.gitleaks.toml`| Filename for [GitLeaks configuration](https://github.com/zricethezav/gitleaks#configuration) (ex: `.gitleaks.toml`) |
289
290
|**GITLEAKS_LOG_LEVEL**| Gitleaks default log level | Gitleaks log level. Defaults to the Gitleaks default log level. |
290
291
|**GO_CONFIG_FILE**|`.golangci.yml`| Filename for [golangci-lint configuration](https://golangci-lint.run/usage/configuration/) (ex: `.golangci.toml`) |
0 commit comments