Skip to content

Commit add074b

Browse files
update setup.md
small cleanup changes
1 parent d6aea8c commit add074b

File tree

1 file changed

+2
-2
lines changed
  • content/en/security/code_security/iac_security

1 file changed

+2
-2
lines changed

content/en/security/code_security/iac_security/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To upload a SARIF report:
111111
npm install -g @datadog/datadog-ci
112112
```
113113

114-
4. Run the third-party IaC scanning tool ((e.g., Checkov, Trivy, KICS) on your code and output the results in the SARIF v2.1.0 format.
114+
4. Run the third-party IaC scanning tool (e.g., Checkov, Trivy, KICS) on your code and output the results in the SARIF v2.1.0 format.
115115
5. Upload the results to Datadog:
116116

117117
```bash
@@ -136,7 +136,7 @@ To ensure proper ingestion and display in Datadog IaC Scanning, your SARIF file
136136
- `region.endLine`: Ending line number
137137
- `region.startColumn`: Starting column number
138138
- `region.endColumn`: Ending column number
139-
<div class="alert alert-info">Important: Suppressions will silently drop violations - If <code>results[ ].suppressions</code> exists, the violation is completely ignored</div>
139+
<div class="alert alert-info">Suppressions will silently drop violations. If <code>results[ ].suppressions</code> exists, the violation is completely ignored</div>
140140

141141
## Further reading
142142

0 commit comments

Comments
 (0)