File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments