Skip to content

Commit 8797465

Browse files
authored
Update iac-vulnerabilities.md
YAML sample code contained two errors: 1. As mentioned in the Note, categories is case sensitive (Iac => IaC) 2. Used single quotes to start the string and double quotes to end
1 parent 2dd2b3b commit 8797465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/defender-for-cloud/iac-vulnerabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Once you have set up the Microsoft Security DevOps GitHub action or Azure DevOps
3030

3131
```yml
3232
with:
33-
categories: 'Iac"
33+
categories: 'IaC'
3434
```
3535
3636
> [!NOTE]

0 commit comments

Comments
 (0)