bug: s3 bucket logging warnings being flagged when ignored #5004
Labels
kind/bug
Categorizes issue or PR as related to a bug.
scan/misconfiguration
Issues relating to misconfiguration scanning
Milestone
Describe the bug
We’ve noticed that during the security scan we are getting a warning message for a warning that we have chosen to ignore. We have inputted a number of
tfsec:ignore
throughout the code base, which until 10/08/2023 resulted in the scans ignoring warnings as desired, but currently the same scans are failing due to warnings being raised.To Reproduce
Steps to reproduce the behaviour on the code, see example code below:
Expected behavior
We have inputted a number of tfsec:ignore throughout the code base. Which until 10/08/2023 resulted in scans ignoring warnings including
aws-s3-enable-bucket-logging
(desired).Output of your tfsec command with --debug flag
System Info
1.28.1
v.1.4.4
MacOS 13.4.1
Example Code
Example of
tfsec:ignore
for bucket logging below:Additional context
Can provide further information
The text was updated successfully, but these errors were encountered: