Skip to content

Commit

Permalink
fix: Synced config entity types & Updated Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
penwoodjon committed Oct 17, 2024
1 parent 81ffe15 commit 7cdf7e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
*/
description: 'Query Redis servers and return data for configured key patterns.',
logging: { level: 'info' },
entityTypes: ['*'],
entityTypes: ['IPv4', 'IPv4CIDR', 'IPv6', 'domain', 'url', 'MD5', 'SHA1', 'SHA256', 'email', 'cve', 'MAC', 'string'],
defaultColor: 'light-gray',
/**
* An array of style files (css or less) that will be included for your integration. Any styles specified in
Expand Down Expand Up @@ -56,7 +56,7 @@ module.exports = {
key: '',
passphrase: '',
ca: '',
proxy: ""
proxy: ''
},
/**
* Options that are displayed to the user/admin in the Polarity integration user-interface. Should be structured
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Query Redis keys",
"private": true,
"dependencies": {
"async": "^3.2.3",
"async": "^3.2.5",
"lodash": "^4.17.21",
"redis": "4.0.6"
}
Expand Down

0 comments on commit 7cdf7e0

Please sign in to comment.