Skip to content

Commit 924ca2c

Browse files
authored
Update content-checks.yml to remove binskim from Microsoft Security DevOps
1 parent 750d663 commit 924ca2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/content-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ jobs:
8181
- name: Run Microsoft Security DevOps
8282
uses: microsoft/security-devops-action@latest
8383
id: msdo
84+
with:
85+
tools: container-mapping, bandit, eslint, templateanalyzer
8486

8587
- name: Upload results to Security tab
8688
uses: actions/upload-artifact@v4
8789
with:
8890
path: ${{ steps.msdo.outputs.sarifFile }}
89-
retention-days: 5 # Default is 90 days
91+
retention-days: 5 # Default is 90 days

0 commit comments

Comments
 (0)