Skip to content

Commit

Permalink
Merge pull request #2961 from pradeepp88/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
swcurran committed May 21, 2024
2 parents dbbcb73 + 3d331cc commit d0eb39a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
image: aries-cloudagent
args: --file=docker/Dockerfile

# Replace any "null" security severity values with 0. The null value is used in the case
# of license-related findings, which do not do not indicate a security vulnerability.
# See https://github.com/github/codeql-action/issues/2187 for more context.
- name: Post process snyk sarif file
run: |
sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit d0eb39a

Please sign in to comment.