Skip to content

Commit

Permalink
ci(GitHub): Fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Jul 18, 2023
1 parent 3ddd351 commit b0c4826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/devskim-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1

- name: Report DevSkim scan results to GitHub
uses: github/codeql-action/upload-sarif@v2
with:
ignore-globs: "**/.git/**"
sarif_file: devskim-results.sarif

0 comments on commit b0c4826

Please sign in to comment.