Skip to content

Commit 51b0cc5

Browse files
committed
Updates README
1 parent f03c192 commit 51b0cc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
# password: ${{ secrets.PASSWORD }} # Optional: Password for authentication (use secrets!)
5151
# auth_context: # Optional: Stringified JSON object for complex authentication
5252
# skip_copilot_assignment: false # Optional: Set to true to skip assigning issues to GitHub Copilot (or if you don't have GitHub Copilot)
53+
# include_screenshots: false # Optional: Set to true to capture screenshots and include links to them in filed issues
5354
```
5455

5556
> 👉 Update all `REPLACE_THIS` placeholders with your actual values. See [Action Inputs](#action-inputs) for details.
@@ -113,6 +114,7 @@ Trigger the workflow manually or automatically based on your configuration. The
113114
| `password` | No | If scanned pages require authentication, the password to use for login | `${{ secrets.PASSWORD }}` |
114115
| `auth_context` | No | If scanned pages require authentication, a stringified JSON object containing username, password, cookies, and/or localStorage from an authenticated session | `{"username":"some-user","password":"***","cookies":[...]}` |
115116
| `skip_copilot_assignment` | No | Whether to skip assigning filed issues to GitHub Copilot. Set to `true` if you don't have GitHub Copilot or prefer to handle issues manually | `true` |
117+
| `include_screenshots` | No | Whether to capture screenshots of scanned pages and include links to them in filed issues. Screenshots are stored on the `gh-cache` branch of the repository running the workflow. Default: `false` | `true` |
116118

117119
---
118120

0 commit comments

Comments
 (0)