Skip to content

Commit

Permalink
Update development-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinOomenTheDeveloper authored Jun 18, 2024
1 parent bdb7060 commit 1e5f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: npx snyk auth $SNYK_TOKEN

- name: Run Snyk security scan
run: npx snyk test
run: npx snyk test --json > snyk-output.json

- name: Upload Snyk results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1e5f17e

Please sign in to comment.