Skip to content

Commit

Permalink
Merge pull request #4 from eclipse-ibeji/ashbeitz/makeDevskimIgnoreJson
Browse files Browse the repository at this point in the history
Make devskim ignore json
  • Loading branch information
ashbeitz authored Nov 30, 2022
2 parents 84226ca + d69112b commit 0492f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/devskim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1
with:
ignore-globs: "*.json"

- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 0492f13

Please sign in to comment.