Skip to content

Commit

Permalink
Update reference to main
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-tao authored Oct 28, 2022
1 parent e3376e4 commit f72f38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vulnerable web application designed for testing web vulnerability scanners.
```
steps:
- name: Run Dastardly Action Step
uses: PortSwigger/dastardly-github-action@v1
uses: PortSwigger/dastardly-github-action@main
with:
target-url: 'https://ginandjuice.shop'
```
Expand All @@ -48,7 +48,7 @@ do this by adding `continue-on-error: true` to the Dastardly action step, or add
steps:
- name: Run Dastardly Action Step
continue-on-error: true # This allows subsequent steps to run even if this step fails
uses: PortSwigger/dastardly-github-action@v1
uses: PortSwigger/dastardly-github-action@main
with:
target-url: 'https://ginandjuice.shop'
Expand All @@ -64,4 +64,4 @@ steps:
We suggest passing `require_tests: true` to this parser so that your workflow will fail if it could not find your specified output file.


Documentation for the parser used in this example can be found [here](https://github.com/marketplace/actions/junit-report-action).
Documentation for the parser used in this example can be found [here](https://github.com/marketplace/actions/junit-report-action).

0 comments on commit f72f38f

Please sign in to comment.