Skip to content

Commit 910579b

Browse files
committed
Add Sansec eComscan workflow
1 parent 7c8ffc3 commit 910579b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sansec-ecomscan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
ref: ${{ github.event.pull_request.head.sha }}
2323
persist-credentials: false
@@ -31,6 +31,7 @@ jobs:
3131
- name: Run eComscan
3232
env:
3333
ECOMSCAN_KEY: ${{ secrets.SANSEC_LICENSE_KEY }}
34+
ECOMSCAN_SKIP_SERVER_CHECKS: 1
3435
run: |
3536
output=$(./ecomscan --no-auto-update --skip-database --deep --format=csv .)
3637
if [ -n "$output" ]; then

0 commit comments

Comments
 (0)