Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.snyk_token }}
run:
snyk test --sarif --policy-path=.snyk --sarif-file-output=snyk-code.json --prune-repeated-subdependencies
snyk test --sarif --policy-path=.snyk --sarif-file-output=snyk-dependency.json --prune-repeated-subdependencies

- name: Report Snyk Test to Kosli
if: ${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) && (success() || failure()) && inputs.report_results }}
Expand All @@ -263,7 +263,7 @@ jobs:
--name snyk-dependency-test
--flow ${{ inputs.FLOW_NAME }}
--trail ${{ inputs.TRAIL_NAME }}
--scan-results snyk-dependency-test.json
--scan-results snyk-dependency.json
--org ${{ inputs.KOSLI_ORG }}

- name: Slack Notification on Failure
Expand Down