How to Disable Report Auto-Discover in CodeBuild Using CDK #32815
Unanswered
jared-christensen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m trying to figure out the best way to disable Report Auto-Discover in CodeBuild. Right now, I’m setting CODEBUILD_CONFIG_AUTO_DISCOVER=false in the buildspec file, and it works, but it feels like there should be an easier way.
Is there a property in the CodeBuild project construct (or maybe a CloudFormation property) that lets me turn this off directly in AWS CDK?
The auto-detect feature is picking up reports from node_modules that aren’t even mine, and it’s kind of annoying that it’s on by default. I’ve also noticed that some of my colleagues don’t even realize it’s enabled, so our reports are getting cluttered. Turning it off isn’t the most convenient process right now.
Beta Was this translation helpful? Give feedback.
All reactions