Skip to content

Conversation

@tombrunet
Copy link
Member

  • Other (Provide information)
    This PR adds a configuration option that allows Puppeteer args to be passed to the instance of Puppeteer created when using the batch scanning operation.

The configuration might look like this for .yml:

puppeteerArgs:
  - --no-sandbox
  - --disable-setuid-sandbox

Or this attribute added to a .json config:

puppeteerArgs: [ "--no-sandbox", "--disable-setuid-sandbox" ]

This PR is related to the following issue(s):

Testing reference:

I have conducted the following for this PR:

  • I validated this fix in my local env
  • I provided details for testing
  • This PR has been reviewed and is ready for test
  • I understand that the title of this PR will be used for the next release notes.

Assets to aide review attached

  • Links to design artifacts
  • Links to video walkthrough of user experience
  • Other

Definition of Done

  • Peer review complete
  • Secondary review complete
  • Staging deployment verified

@tombrunet tombrunet changed the title feature(node): Add configuration "puppeteerArgs" to allow args to be set when running batch scans feature(node): Add configuration "puppeteerArgs" to allow args to be set when running batch scans (3.x) Apr 17, 2025
@philljenkins
Copy link
Contributor

Same results in
v3.x #2251
v4.x #2252

@philljenkins philljenkins merged commit b23583b into master Apr 22, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Accessibility Checker fails when running in Ubuntu latest version 24.4

4 participants