We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b3f4a commit 6732229Copy full SHA for 6732229
.github/workflows/on-push-verification.yml
@@ -25,14 +25,8 @@ jobs:
25
- uses: actions/checkout@v3
26
27
# Run analyzers
28
- # - uses: ./
29
- # id: msdo
30
-
31
- # Run analyzers
32
- - uses: microsoft/security-devops-action@containerMappingPreview
+ - uses: ./
33
id: msdo
34
- with:
35
- features: mapping
36
37
# Upload alerts to the Security tab
38
- name: Upload alerts to Security tab
0 commit comments