We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8ffc3 commit 910579bCopy full SHA for 910579b
1 file changed
.github/workflows/sansec-ecomscan.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
with:
22
ref: ${{ github.event.pull_request.head.sha }}
23
persist-credentials: false
@@ -31,6 +31,7 @@ jobs:
31
- name: Run eComscan
32
env:
33
ECOMSCAN_KEY: ${{ secrets.SANSEC_LICENSE_KEY }}
34
+ ECOMSCAN_SKIP_SERVER_CHECKS: 1
35
run: |
36
output=$(./ecomscan --no-auto-update --skip-database --deep --format=csv .)
37
if [ -n "$output" ]; then
0 commit comments