-
Notifications
You must be signed in to change notification settings - Fork 1.2k
DOCS-11221: Move IaC docs to Code Security #29947
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
DOCS-11221: Move IaC docs to Code Security #29947
Conversation
✅ Documentation Team ReviewThe documentation team has approved this pull request. Thank you for your contribution! |
Preview links (active after the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestions
## Key capabilities | ||
|
||
With IaC Security, you can: | ||
|
||
- Scan Terraform files for security misconfigurations | ||
- Surface IaC misconfigurations in the Code Security Vulnerabilities tab | ||
- Group and filter findings by severity, triage status, and other facets | ||
- View detailed remediation guidance and code snippets for each finding | ||
- Track finding status and history for triage and resolution | ||
- Configure scanning exclusions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is essentially a bulleted list of the introductory paragraph. My suggestion is to keep the opening intro sentence ("Infrastructure as Code (IaC) Security automatically analyzes your Terraform files for security misconfigurations.") and then just using the bulleted list. Skip the paragraph.
## Getting started | ||
|
||
1. [Set up IaC Security][1] in your environment | ||
2. Configure [scanning exclusions][2] if needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do they know if they need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I'll update the description.
Co-authored-by: Michael Cretzman <58786311+michaelcretzman@users.noreply.github.com>
What does this PR do? What is the motivation?
DOCS-11221.
Merge instructions
Merge readiness:
For Datadog employees:
Your branch name MUST follow the
<name>/<description>
convention and include the forward slash (/
). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.
Additional notes