Add documentation for code-security.datadog.yaml configuration file#852
Merged
jasonforal merged 1 commit intomainfrom Mar 20, 2026
Merged
Add documentation for code-security.datadog.yaml configuration file#852jasonforal merged 1 commit intomainfrom
code-security.datadog.yaml configuration file#852jasonforal merged 1 commit intomainfrom
Conversation
1 task
|
🎯 Code Coverage (details) 🔗 Commit SHA: 9bb7576 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
896dbe2 to
b91b27d
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates repository documentation to reflect the new code-security.datadog.yaml configuration file format (while still acknowledging the legacy static-analysis.datadog.yml where needed, e.g., for IDE extensions).
Changes:
- Update user-facing docs to reference
code-security.datadog.yamlinstead of the legacystatic-analysis.datadog.yml. - Replace legacy configuration examples with
schema-version: v1.0+sast:-scoped examples. - Update schema-validation instructions to point to the
schema/sast/v1.0JSON schema artifacts.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| doc/report-issue.md | Updates bug-report instructions to request the new config file (with legacy fallback). |
| doc/owasp-benchmark.md | Updates OWASP benchmark setup instructions to use the new config schema/shape. |
| README.md | Rewrites the configuration section to document the code-security.datadog.yaml / sast schema, including examples and schema validation instructions. |
| FAQ.md | Updates the “generated files” FAQ example to the new config format under sast.global-config. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b91b27d to
2c2a04e
Compare
juli1
previously approved these changes
Mar 20, 2026
2c2a04e to
9bb7576
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What this PR docs
Notes