Skip to content

Commit

Permalink
Update Scan Strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored May 23, 2024
1 parent 4b83f92 commit f4cc33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web-crawler-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
required: true
default: 'no'
A11Y_SCAN_STRATEGY:
description: 'Crawler adhere to pages matching exact hostname or same parent domain (hostname, same-domain)'
description: 'Crawler adhere to pages matching exact hostname or same parent domain (same-hostname, same-domain)'
required: true
default: 'same-domain'
USERNAME:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Start accessibility scan in Docker container
run: |
# Execute a webisite crawl
docker exec -e PURPLE_A11Y_VERBOSE=true purple-a11y-container node cli -c "${{ github.event.inputs.A11Y_SCANNER }}" -u "${{ github.event.inputs.A11Y_SCAN_URL }}" -p "${{ github.event.inputs.A11Y_SCAN_MAX_NUM_PAGES }}" -t "${{ github.event.inputs.A11Y_SCAN_MAX_CONCURRENCY }}" -a "${{ github.event.inputs.A11Y_SCAN_SCREENSHOTS }}" -r "${{ github.event.inputs.A11Y_SCAN_FOLLOW_ROBOTS }}" -s "${{ github.event.inputs.A11Y_SCAN_STRATEGY}} -k "${{ env.username }}:${{ env.final_email }}" -b chromium || true
docker exec -e PURPLE_A11Y_VERBOSE=true purple-a11y-container node cli -c "${{ github.event.inputs.A11Y_SCANNER }}" -u "${{ github.event.inputs.A11Y_SCAN_URL }}" -p "${{ github.event.inputs.A11Y_SCAN_MAX_NUM_PAGES }}" -t "${{ github.event.inputs.A11Y_SCAN_MAX_CONCURRENCY }}" -a "${{ github.event.inputs.A11Y_SCAN_SCREENSHOTS }}" -r "${{ github.event.inputs.A11Y_SCAN_FOLLOW_ROBOTS }}" -s "${{ github.event.inputs.A11Y_SCAN_STRATEGY}}" -k "${{ env.username }}:${{ env.final_email }}" -b chromium || true
- name: Print errors
run: |
Expand Down

0 comments on commit f4cc33f

Please sign in to comment.