@secretlint/secretlint-rule-gitlab
v13.0.0
Published
A secretlint rule for GitLab tokens.
Downloads
1,202
Readme
@secretlint/secretlint-rule-gitlab
A secretlint rule for GitLab tokens.
Install
Install with npm:
npm install @secretlint/secretlint-rule-gitlabUsage
Via .secretlintrc.json(Recommended)
{
"rules": [
{
"id": "@secretlint/secretlint-rule-gitlab"
}
]
}MessageIDs
GITLAB_PERSONAL_ACCESS_TOKEN
found GitLab Personal Access Token: {{KEY}}
Disallow writing a GitLab Personal Access Token.
A GitLab Personal Access Token begins with the glpat- prefix.
Options
allows: string[]- Allows a list of RegExp-like String
Changelog
See Releases page.
Running tests
Install devDependencies and Run npm test:
npm testContributing
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Author
License
MIT © azu
