aws_security_viz 0.2.1.pre.alpha.pre.381 → 0.2.1.pre.alpha.pre.382
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.
- checksums.yaml +4 -4
- data/README.md +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c9feb1d5c3f07ebf62be12420b86a8210d24ebdc6b63bf49074877bfb6a27fb
|
|
4
|
+
data.tar.gz: c7ffbf6d8a86ed4857470750b60eb840b96f0094fd3412527dd374edac61fbd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e816e082386f6d9e353664aa9f3ae314d6a7cd71dc4c0e92d9a36df9e9318e5e1c8004fccbf753acad1166787bf807830cea2642444db96357674623dcf1ebb
|
|
7
|
+
data.tar.gz: 7acb1b9c0cfbdaf573eea714be93628d6d99b37ff7426319b1ce33279c6a0d89975c1db67c8b210fccc25a2f0c01f63e26e96dcb326b0d764fb8ea010c04f48a
|
data/README.md
CHANGED
|
@@ -176,5 +176,7 @@ Via json renderer `aws_security_viz -a your_aws_key -s your_aws_secret_key -f aw
|
|
|
176
176
|
```
|
|
177
177
|
|
|
178
178
|
#### Serve webserver for the navigator view at port 3000
|
|
179
|
-
|
|
179
|
+
```
|
|
180
|
+
$ aws_security_viz -a your_aws_key -s your_aws_secret_key -f aws.json --renderer navigator --serve 3000
|
|
181
|
+
```
|
|
180
182
|
The browser link to the view is printed on the CLI
|