Skip to content

Commit 270cbc8

Browse files
Update github-action.md
1 parent 4b7d372 commit 270cbc8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/defender-for-cloud/github-action.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ Microsoft Security DevOps uses the following Open Source tools:
7171
# MSDO runs on windows-latest.
7272
# ubuntu-latest also supported
7373
runs-on: windows-latest
74-
74+
75+
permissions:
76+
contents: read
77+
id-token: write
78+
7579
steps:
7680

7781
# Checkout your code repository to scan

0 commit comments

Comments
 (0)