-
-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): update dependency secretlint to v11 #944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Thank you for following the naming conventions! 🙏 |
commit: |
05e7b6f to
ddb9864
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
8c96d8d to
9559ba1
Compare
BREAKING CHANGE: updated dependencies to major versions
9559ba1 to
ad48aba
Compare
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR contains the following updates:
^7.x || ^8.x || ^10.0.0->^7.x || ^8.x || ^10.0.0 || ^11.0.0Release Notes
secretlint/secretlint (secretlint)
v11.2.5Compare Source
What's Changed
Bug Fixes
Refactoring
Maintenance
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v11.2.4...v11.2.5
v11.2.4Compare Source
What's Changed
Maintenance
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v11.2.3...v11.2.4
v11.2.3Compare Source
What's Changed
secretlint v11.2.3+ support npm Provenance.
Testing
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v11.2.0...v11.2.3
v11.2.2Compare Source
This is not released in npm.
v11.2.0Compare Source
What's Changed
Features
Bug Fixes
Dependency Updates
New Contributors
Full Changelog: secretlint/secretlint@v11.1.0...v11.2.0
v11.1.0Compare Source
What's Changed
Features
You can use
filePathGlobsto match against file paths using glob patterns:{ "rules": [ { "id": "@​secretlint/secretlint-rule-pattern", "options": { "patterns": [ { "name": "env files", "filePathGlobs": ["**/.env", "**/.env.*"] }, { "name": "AWS credentials in env files", "filePathGlobs": ["**/.env*"], "pattern": "/aws_access_key_id|aws_secret_access_key/i" }, { "name": "private keys", "filePathGlobs": ["**/*.pem", "**/*.key"], "pattern": "/BEGIN (RSA |EC )?PRIVATE KEY/" } ] } } ] }filePathGlobsis specified, the rule reports if the file path matches any of the glob patternspatternis specified, the rule reports if the file content matches the regex patternRefactoring
Testing
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v11.0.2...v11.1.0
v11.0.2Compare Source
What's Changed
Bug Fixes
Documentation
Testing
Dependency Updates
Full Changelog: secretlint/secretlint@v11.0.1...v11.0.2
v11.0.1Compare Source
New Recommended Rules
@secretlint/secretlint-rule-anthropicto detect Claude API keys (pattern:sk-ant-api0\d-[A-Za-z0-9_-]{90,128}AA)@secretlint/secretlint-rule-database-connection-stringto detect database credentials likemongodb://user:s3cr3tP4ss@cluster.mongodb.net/mydWhat's Changed
Breaking Changes
Bug Fixes
Documentation
Refactoring
Maintenance
CI
8edcb1bby @renovate[bot] in #1150Dependency Updates
Full Changelog: secretlint/secretlint@v10.2.2...v11.0.1
v11.0.0Compare Source
See v11.0.1
Configuration
📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.