-
-
**`brew gist-logs ` link OR `brew config` AND `brew doctor` output**
```
beejmbp:Cellar beej$ brew config
HOMEBREW_VERSION: 3.0.0
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: ebc7cc36a0e029…
-
I added my rules and it is in my local path, so in pre commit config.yaml file i added my local path to include the rules. Suppose If i have my own rules in my repo (github) , can we replace my local …
-
-
When I started using cfn-guard (by the way, love the tool!), it took awhile to figure out if it would fail if a required resource property was completely missing. It's not completely obvious (well, t…
-
Using the public website to evaluate rust regexp (https://rustexp.lpil.uk/), I found i could use "CidrIp":\s*"0\.0\.0\.0/0" to find public IP
But upon placing and then running tests against a secur…
-
Given the rule:
```
AWS::IAM::Role AssumeRolePolicyDocument.Statement.*.Principal.Service.* == lambda.amazonaws.com
```
The following template correctly flags an issue:
```
Resources:
L…
-
like "AWS::ECS::TaskDefinition TaskRoleArn is not empty" :)
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Please supply:
1. An example rule set and template that results in the error
1. The commands you used…
-
Hi,
I have a policy to check for specific tags like:
```
AWS::ElasticLoadBalancingV2::LoadBalancer Tags.0 == {"Key":"EnvironmentType","Value":"EnvironmentType"}
AWS::ElasticLoadBalancingV2::Load…