Socket
Socket
Sign inDemoInstall

@secretlint/secretlint-rule-aws

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/secretlint-rule-aws - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

18

package.json
{
"name": "@secretlint/secretlint-rule-aws",
"version": "3.0.0",
"version": "3.1.0",
"description": "A secretlint rule for AWS.",

@@ -46,3 +46,3 @@ "keywords": [

"dependencies": {
"@secretlint/types": "^3.0.0",
"@secretlint/types": "^3.1.0",
"@textlint/regexp-string-matcher": "^1.1.0",

@@ -52,12 +52,12 @@ "regx": "^1.0.4"

"devDependencies": {
"@secretlint/tester": "^3.0.0",
"@secretlint/tester": "^3.1.0",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"cross-env": "^7.0.3",
"mocha": "^8.3.2",
"prettier": "^2.0.2",
"mocha": "^9.0.1",
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"ts-node-test-register": "^9.0.1",
"typescript": "^4.0.5"
"ts-node": "^10.0.0",
"ts-node-test-register": "^10.0.0",
"typescript": "^4.3.4"
},

@@ -67,3 +67,3 @@ "publishConfig": {

},
"gitHead": "06a6a5c0aedc4bfa89b91891c04095d04bdf09d6"
"gitHead": "634a3fb30f99492e94676a358aaae3de31d99207"
}

@@ -44,3 +44,26 @@ # @secretlint/secretlint-rule-aws

## Options
- `allows: string[]`
- Allows a list of [RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)
## Examples
```json
{
"rules": [
{
"id": "@secretlint/aws",
// Ignore error related to IDs
"allowMessageIds": ["AWSAccountID", "AWSAccessKeyID"],
"options": {
// allow list
"allows": ["/IT_IS_PUBLIC/"]
}
}
]
}
```
## Changelog

@@ -47,0 +70,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc