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 f3af775 commit 70e7d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run: |
npx snyk test --json > snyk-output.json
echo "Snyk scan completed."
npx snyk test --all-projects --json > snyk-output.json || echo "Snyk scan failed"
cat snyk-output.json # Output the content of snyk-output.json to see if there are any specific error messages
- name: Upload Snyk results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 70e7d57

Please sign in to comment.