9.3.4 • Published 5 months ago
@secretlint/secretlint-rule-openai v9.3.4
@secretlint/secretlint-rule-openai
A secretline rule for OpenAI.
Install
Install with npm:
npm install @secretlint/secretlint-rule-openaiMessageIDs
OPENAI_TOKEN
found OpenAI API Token: {{KEY}}
OpenAI API tokens should be private.
Options
allows: string[]- Allows a list of RegExp-like String
Examples
{
"rules": [
{
"id": "@secretlint/secretlint-rule-openai",
// Ignore error related to IDs
"allowMessageIds": ["OPENAI_TOKEN"],
"options": {
// allow list
"allows": ["/IT_IS_PUBLIC/"]
}
}
]
}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 © Natsuki Ikeguchi
9.3.4
5 months ago
9.3.3
5 months ago
9.3.2
6 months ago
9.3.1
7 months ago
9.3.0
7 months ago
9.2.1
7 months ago
9.2.0
8 months ago
9.1.0
8 months ago
8.3.0
1 year ago
8.5.0
1 year ago
8.3.2
1 year ago
8.4.0
1 year ago
8.3.1
1 year ago
8.3.3
1 year ago
9.0.0
1 year ago
8.2.4
2 years ago
8.2.3
2 years ago
8.2.2
2 years ago
8.2.1
2 years ago
8.2.0
2 years ago
8.1.2
2 years ago
8.1.1
2 years ago
8.1.0
2 years ago
8.0.0
2 years ago
7.2.0
2 years ago
7.1.0
2 years ago