Skip to content

Commit 204492d

Browse files
committed
Add Sansec eComscan workflow
1 parent c34092e commit 204492d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sansec-ecomscan.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
env:
3131
ECOMSCAN_KEY: ${{ secrets.SANSEC_LICENSE_KEY }}
3232
run: |
33-
output=$$(./ecomscan --no-auto-update --skip-database --deep --format=csv .)
34-
if [ -n "$$output" ]; then
33+
output=$(./ecomscan --no-auto-update --skip-database --deep --format=csv .)
34+
if [ -n "$output" ]; then
3535
echo "Security issues found:"
36-
echo "$$output"
36+
echo "$output"
3737
exit 1
3838
fi

0 commit comments

Comments
 (0)