-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with XML output #290
Labels
Comments
I was able to replicate this issue
|
Merged
Raised a PR #291 , The xml output would look like: <results>
<violations>
<violation rule_name="cloudfrontNoLogging" description="Ensure that your AWS Cloudfront distributions have the Logging feature enabled in order to track all viewer requests for the content delivered through the Content Delivery Network (CDN)." rule_id="AWS.CloudFront.Logging.Medium.0567" severity="MEDIUM" category="Logging" resource_name="s3-distribution-TLS-v1" resource_type="aws_cloudfront_distribution" file="aws_cloudfront_distribution.tf" line="7"></violation>
<violation rule_name="cloudfrontNoSecureCiphers" description="Secure ciphers are not used in CloudFront distribution" rule_id="AWS.CloudFront.EncryptionandKeyManagement.High.0408" severity="HIGH" category="Encryption and Key Management" resource_name="s3-distribution-TLS-v1" resource_type="aws_cloudfront_distribution" file="aws_cloudfront_distribution.tf" line="7"></violation>
<violation rule_name="cloudfrontNoHTTPSTraffic" description="Use encrypted connection between CloudFront and origin server" rule_id="AWS.CloudFront.EncryptionandKeyManagement.High.0407" severity="HIGH" category="Encryption and Key Management" resource_name="s3-distribution-TLS-v1" resource_type="aws_cloudfront_distribution" file="aws_cloudfront_distribution.tf" line="7"></violation>
<violation rule_name="cloudfrontNoHTTPSTraffic" description="Use encrypted connection between CloudFront and origin server" rule_id="AWS.CloudFront.EncryptionandKeyManagement.High.0407" severity="HIGH" category="Encryption and Key Management" resource_name="s3-distribution-TLS-v1" resource_type="aws_cloudfront_distribution" file="aws_cloudfront_distribution.tf" line="7"></violation>
<violation rule_name="cloudfrontNoGeoRestriction" description="Ensure that geo restriction is enabled for your Amazon CloudFront CDN distribution to whitelist or blacklist a country in order to allow or restrict users in specific locations from accessing web application content." rule_id="AWS.CloudFront.Network Security.Low.0568" severity="LOW" category="Network Security" resource_name="s3-distribution-TLS-v1" resource_type="aws_cloudfront_distribution" file="aws_cloudfront_distribution.tf" line="7"></violation>
</violations>
<count low="1" medium="1" high="3" total="5"></count>
</results> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Getting error with XML output option - getting the following error:
What I Did
The text was updated successfully, but these errors were encountered: