fix(deps): update secretlint to v11 (major)#26
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
761c0df to
a9b651d
Compare
a56aebb to
020e30a
Compare
020e30a to
67dce81
Compare
db78d52 to
7766983
Compare
7766983 to
507ceff
Compare
67e630a to
94f432d
Compare
bd96677 to
f89b902
Compare
f89b902 to
8afbc8e
Compare
8afbc8e to
e01e232
Compare
e01e232 to
443e3f0
Compare
443e3f0 to
eed69ba
Compare
eed69ba to
d196d28
Compare
d196d28 to
657c272
Compare
657c272 to
d8f9b72
Compare
d8f9b72 to
0cd70e9
Compare
0cd70e9 to
3246950
Compare
c7f1f21 to
5256cf7
Compare
5256cf7 to
4ba68e0
Compare
4ba68e0 to
02238ec
Compare
02238ec to
cd83c63
Compare
ae7fbb1 to
a109a8d
Compare
a109a8d to
4bab1db
Compare
4bab1db to
dde5f8a
Compare
dde5f8a to
0ff1b84
Compare
0ff1b84 to
dde2f90
Compare
dde2f90 to
b2575bf
Compare
b2575bf to
c70bf5a
Compare
c70bf5a to
5ed0f9b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.3.0→^11.3.1^3.3.0→^11.3.1^3.3.0→^11.3.1Release Notes
secretlint/secretlint (@secretlint/core)
v11.3.1Compare Source
What's Changed
Bug Fixes
CI
Dependency Updates
Full Changelog: secretlint/secretlint@v11.3.0...v11.3.1
v11.3.0Compare Source
What's Changed
Feature
secretlint support GitHub Formatter for using in GitHub Actions.
CI
Dependency Updates
Other Changes
Full Changelog: secretlint/secretlint@v11.2.5...v11.3.0
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
v10.2.2Compare Source
What's Changed
Bug Fixes
Maintenance
Dependency Updates
Full Changelog: secretlint/secretlint@v10.2.1...v10.2.2
v10.2.1Compare Source
What's Changed
Bug Fixes
CI
Dependency Updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.