You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cfn-lint does not seem to catch issues related to CodeBuildProject:Source or CodeBuildProject:Artifacts. I have provided a template that should raise errors but does not. There may be other rules its missing but these are what I ran into.
Expected behavior
CodeBuildProject:Source should require Location when Type: S3
CodeBuildProject:Artifacts:Location may not contain forward-slashes
CloudFormation Lint Version
1.9.7
What operating system are you using?
Windows
Describe the bug
Cfn-lint does not seem to catch issues related to CodeBuildProject:Source or CodeBuildProject:Artifacts. I have provided a template that should raise errors but does not. There may be other rules its missing but these are what I ran into.
Expected behavior
CodeBuildProject:Source should require
Location
whenType: S3
CodeBuildProject:Artifacts:Location may not contain forward-slashes
Reproduction template
The text was updated successfully, but these errors were encountered: