Skip to content

Commit

Permalink
MAN-227 - update zap files
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Jan 9, 2025
1 parent 8faf416 commit 72d526f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .zap/autorun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ env:
contexts:
- name: HMPPSAuth
urls:
- "https://manage-a-supervision-dev.hmpps.service.justice.gov.uk"
- "https://manage-people-on-probation-dev.hmpps.service.justice.gov.uk"
includePaths:
- "https://manage-a-supervision-dev.hmpps.service.justice.gov.uk.*"
- "https://manage-people-on-probation-dev.hmpps.service.justice.gov.uk.*"
excludePaths:
- "https://sign-in-dev.hmpps.service.justice.gov.uk.*"
authentication:
method: browser
parameters:
loginPageUrl: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth/sign-in?redirect_uri=https://manage-a-supervision-dev.hmpps.service.justice.gov.uk/sign-in/callback"
loginRequestUrl: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth/sign-in?redirect_uri=https://manage-a-supervision-dev.hmpps.service.justice.gov.uk/sign-in/callback"
loginPageUrl: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth/sign-in?redirect_uri=https://manage-people-on-probation-dev.hmpps.service.justice.gov.uk/sign-in/callback"
loginRequestUrl: "https://sign-in-dev.hmpps.service.justice.gov.uk/auth/sign-in?redirect_uri=https://manage-people-on-probation-dev.hmpps.service.justice.gov.uk/sign-in/callback"
verification:
method: "poll"
pollUrl: "https://manage-a-supervision-dev.hmpps.service.justice.gov.uk/"
pollUrl: "https://manage-people-on-probation-dev.hmpps.service.justice.gov.uk/"
pollFrequency: 1
pollUnits: "requests"
loggedInRegex: "\\Q 200\\E"
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
parameters:
context: "HMPPSAuth"
user: "TestUser"
url: "https://manage-a-supervision-dev.hmpps.service.justice.gov.uk/case/X756510"
url: "https://manage-people-on-probation-dev.hmpps.service.justice.gov.uk/case/X756510"
maxDuration: 5 # minutes
- name: "Add script"
type: script
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
confidences:
- high
sites:
- "https://manage-a-supervision-dev.hmpps.service.justice.gov.uk"
- "https://manage-people-on-probation-dev.hmpps.service.justice.gov.uk"
- name: "JSON Report"
type: report
parameters:
Expand All @@ -91,4 +91,4 @@ jobs:
confidences:
- high
sites:
- "https://manage-a-supervision-dev.hmpps.service.justice.gov.uk"
- "https://manage-people-on-probation-dev.hmpps.service.justice.gov.uk"

0 comments on commit 72d526f

Please sign in to comment.