aws_security_viz 0.2.4.pre.alpha.pre.19 → 0.2.4.pre.alpha.pre.20
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/CHANGELOG.md +4 -0
- data/README.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8f9f8c6e446a1bf11b512b6f0adefcfa4a76aba628a38f14df8997ba849e6ca
|
|
4
|
+
data.tar.gz: 2a735f850850308c99367c6110ca0a7ec921b26632abf1c88c171b1740417f0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf46adb35f26908004075a4ccf5b43b19bd2fb0e312e8cff2ca0c0d2eb5cd9174fd918275e1e0c3ebdb28828d6facb0c918047bce23c74b12073470c066ce8d4
|
|
7
|
+
data.tar.gz: 39a732519539dc7182a1cbebd34db16d7a8519703e63c08ab6c9fd7942752654f05409000839b34463e19a5b7ab7c4daec6923d43fdcd071e33a139a8a68bc51
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [0.2.4] - 2023-06-10
|
|
6
|
+
- Matrix builds for Ruby v3.0 onwards only
|
|
7
|
+
- Remove support for Ruby v2.x
|
|
8
|
+
|
|
5
9
|
## [0.2.3] - 2021-07-03
|
|
6
10
|
### Added
|
|
7
11
|
- Support for Ruby v3
|
data/README.md
CHANGED
|
@@ -117,7 +117,7 @@ aws-security-viz only uses the `ec2:DescribeSecurityGroups` api so a minimal IAM
|
|
|
117
117
|
|
|
118
118
|
Alternatively you can use [aws-vault](https://github.com/99designs/aws-vault/) and run it using short lived temporary credentials.
|
|
119
119
|
|
|
120
|
-
`$ aws-vault exec <profile> -- aws_security_viz -f aws.json --renderer navigator`
|
|
120
|
+
`$ aws-vault exec <profile> -- aws_security_viz -f aws.json --renderer navigator --serve 9091`
|
|
121
121
|
|
|
122
122
|
#### Advanced configuration
|
|
123
123
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws_security_viz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.4.pre.alpha.pre.
|
|
4
|
+
version: 0.2.4.pre.alpha.pre.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anay Nayak
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|