Skip to content

Commit

Permalink
completely different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Dec 19, 2024
1 parent 886bb93 commit d8a274b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sansec-ecomscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ jobs:
- name: Run eComscan
env:
ECOMSCAN_KEY: ${{ secrets.SANSEC_LICENSE_KEY }}
run: ./ecomscan .
run: |
ls -lah
output=$(./ecomscan --no-auto-update --skip-database --deep --format=csv ${{ inputs.directory }})
if [ -n "$output" ]; then
exit 1
fi

0 comments on commit d8a274b

Please sign in to comment.