Skip to content

Commit

Permalink
Update testAction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Mar 11, 2024
1 parent 337a28f commit ec3e7ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/testAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ jobs:
- uses: microsoft/DevSkim-Action@v1
with:
ignore_globs: '**/one/*.cs'
- name: CatOutput
run: cat devskim-results.sarif
- uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
# Optional. Default is 'artifact'
name: devskimResults
path: devskim-results.sarif

0 comments on commit ec3e7ff

Please sign in to comment.