Skip to content

Commit

Permalink
snyk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeptiYadav1 committed Apr 18, 2023
1 parent 2e3d5fb commit e5b1de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Parse Json
run: |
sudo apt-get install -y jq
jq -r '.vulnerabilities[] | {id, moduleName, title, fixedIn, severity, cvssScore, from, thirdUrl: .references[0].url}' snyk.json > output.txt
jq -r '.vulnerabilities[] | {id, moduleName, title, description, severity, cvssScore, from, Url: .references[0].url, fixedIn}' snyk.json > output.txt
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
Expand Down

0 comments on commit e5b1de6

Please sign in to comment.