File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ inputs:
1212 include_screenshots :
1313 description : " Whether to capture screenshots of scanned pages and include links to them in the issue"
1414 required : false
15- default : " true "
15+ default : " false "
1616
1717outputs :
1818 findings :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {generateScreenshots} from './generateScreenshots.js'
77export async function findForUrl (
88 url : string ,
99 authContext ?: AuthContext ,
10- includeScreenshots : boolean = true ,
10+ includeScreenshots : boolean = false ,
1111) : Promise < Finding [ ] > {
1212 const browser = await playwright . chromium . launch ( {
1313 headless : true ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ inputs:
3434 include_screenshots :
3535 description : " Whether to capture screenshots and include links to them in the issue"
3636 required : false
37- default : " true "
37+ default : " false "
3838
3939outputs :
4040 results :
You can’t perform that action at this time.
0 commit comments