@take2identity/verosint 0.2.32 → 0.2.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,6 +66,12 @@ container, create a volume map for the configuration file. For example:
|
|
|
66
66
|
docker run --rm -v "$HOME/.verosint.yaml:/root/.verosint.yaml" registry.gitlab.com/verosint/public/verosint
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
+
### Updating the tool
|
|
70
|
+
|
|
71
|
+
Use `verosint update --check` to see if newer version is available.
|
|
72
|
+
|
|
73
|
+
:warning: Due to hosting changes, updating from versions prior to 0.2.32 is not supported and requires reinstallation.
|
|
74
|
+
|
|
69
75
|
## Usage
|
|
70
76
|
|
|
71
77
|
After installing the CLI, you can execute it using `verosint`.
|
|
@@ -165,7 +171,7 @@ To obtain the UUID of the rule set, visit the
|
|
|
165
171
|
[Rules](https://app.verosint.com/rules) configuration and copy the UUID of
|
|
166
172
|
the rule set you would like to evaluate.
|
|
167
173
|
|
|
168
|
-

|
|
174
|
+

|
|
169
175
|
|
|
170
176
|
```shell
|
|
171
177
|
verosint evalute rule ip:104.255.6.45 --ruleSetUuid 4f5ab21b-984c-455e-b889-b6b0272a4567
|
|
@@ -176,7 +182,7 @@ verosint evalute rule ip:104.255.6.45 --ruleSetUuid 4f5ab21b-984c-455e-b889-b6b0
|
|
|
176
182
|
You can export a rule set defined in the [Rules](https://app.verosint.com/rules)
|
|
177
183
|
configuration into a local file as shown below.
|
|
178
184
|
|
|
179
|
-

|
|
185
|
+

|
|
180
186
|
|
|
181
187
|
This example evaluates the `babs@jensen.com` email address against the rule defined
|
|
182
188
|
in the `mfarule.json` file.
|