Skip to content

Commit 109581d

Browse files
Update oss_pygoat-devsecops-basic.yml
1 parent 33c7e67 commit 109581d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/oss_pygoat-devsecops-basic.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ jobs:
166166
vulnerability-check: true # optional
167167
# Show a summary of the OpenSSF Scorecard scores.
168168
show-openssf-scorecard: true # optional
169+
- name: Run Microsoft Security DevOps
170+
uses: microsoft/security-devops-action@v1
171+
id: msdo
172+
- name: Upload results to Security tab
173+
uses: github/codeql-action/upload-sarif@v2
174+
with:
175+
sarif_file: ${{ steps.msdo.outputs.sarifFile }}
169176
test-run_devopsshield_scan_linux:
170177
name: Run DevOps Shield Scan Linux
171178
needs:

0 commit comments

Comments
 (0)