Skip to content
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

Ensure IAC_SCAN is included when --detect.tools=ALL #1335

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrian-sevastyanov
Copy link
Contributor

Description

Ensure IAC_SCAN is included when --detect.tools=ALL and --detect.iac.scan.paths is not specified.

@@ -50,9 +47,6 @@ public boolean shouldInclude(DetectTool detectTool) { //Only turn tools OFF, tur
if (detectTool == DetectTool.IMPACT_ANALYSIS) {
return impactEnabled;
}
if (detectTool == DetectTool.IAC_SCAN) {
Copy link
Contributor Author

@andrian-sevastyanov andrian-sevastyanov Jan 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this check is being removed, the decision will be made primarily by line 69 in this file.
Check at line 53 will not matter here since Rapid mode does not attempt IaC.

I am looking into whether the check at line 56 is something to take into account here since I don't fully understand stateless mode.

@andrian-sevastyanov andrian-sevastyanov marked this pull request as draft January 13, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant