File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 0.2.4] - 2023-06-10
6+ - Matrix builds for Ruby v3.0 onwards only
7+ - Remove support for Ruby v2.x
8+
59## [ 0.2.3] - 2021-07-03
610### Added
711- 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
117117
118118Alternatively you can use [ aws-vault] ( https://github.com/99designs/aws-vault/ ) and run it using short lived temporary credentials.
119119
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 `
121121
122122#### Advanced configuration
123123
You can’t perform that action at this time.
0 commit comments