fix(iac): removed FeatureFlagNotEnabled error and updated snyk-iac-test [IAC-3235] #5742
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Submission Checklist
What does this PR do?
Removes the
FeatureFlagNotEnabled
error code that was mapping an error we added in snyk-iac-test to stop the scan of an IaC project when we runsnyk iac test --report
with the FFiacNewEngine
being enabled. As we completed the CLI flow, we can now safely create anIaCV2 Project
in the UI therefore we can stop adding an error when we try to do a scan from the CLI withiacNewEngine
FF enabled and the--report
command.Update the
snyk-iac-test
to latest version where we removed this error.Risk: low
Where should the reviewer start?
<local build> iac test --org=<org_that_has_iacv2>
How should this be manually tested?
Run comand:
snyk iac test --report
on an IaC Project, having the FFiacNewEngine
enabled. This command should run a complete scan your IaC Project and create a target in the UI and not the error:flag --report is not yet supported when iacNewEngine flag is enabled
.Any background context you want to provide?
Changes included: https://github.com/snyk/snyk-iac-test/compare/v0.57.5...v0.57.7
What's the product update that needs to be communicated to CLI users?
What are the relevant tickets?
IAC-3235