Skip to content

Commit

Permalink
Update powershell.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez committed Sep 13, 2023
1 parent 56073be commit c58ef42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/powershell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
excludeRule: '"PSAvoidUsingInvokeExpression", "PSUseShouldProcessForStateChangingFunctions", "PSAvoidUsingWriteHost", "PSAvoidUsingCmdletAliases"'
output: results.sarif

- name: Upload SARIF as artifact
uses: actions/upload-artifact@v3
with:
name: Sarif
path: results.sarif
if-no-files-found: ignore

# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit c58ef42

Please sign in to comment.