Skip to content

Commit

Permalink
Escape backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchyspritch committed Jul 26, 2024
1 parent 3447400 commit 591593e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-zap.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: Test Nuclei

name: Test Zap
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pp-services_signin_education_gov_uk
*.txt
!requirements.txt
*.json
*.sarif
2 changes: 1 addition & 1 deletion test-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
test_path: "https://pp-services.signin.education.gov.uk/my-services"
verification:
method: "poll"
loggedInRegex: ".*<title>\s*Access DfE services\s*<\/title>.*"
loggedInRegex: ".*<title>\\s*Access DfE services\\s*<\/title>.*"
pollFrequency: 60
pollUnits: "requests"
pollUrl: "https://pp-services.signin.education.gov.uk/my-services"
Expand Down

0 comments on commit 591593e

Please sign in to comment.