Skip to content

Commit

Permalink
clarify what env variable needed when using untrusted cert
Browse files Browse the repository at this point in the history
  • Loading branch information
markusleh committed Mar 10, 2024
1 parent bf1e2fe commit f37d223
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/docs/guides/add_scanner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ services:
environment:
ENDPOINT: ${ENDPOINT}
SCANNER_TOKEN: ${SCANNER_TOKEN}
# Scanner is not able to receive realtime updates from the console if it is using a self-signed certificate.
# We therefore recommend using valid certificate or plain HTTP for the scanner.
# But, comment out next line if you are using a self-signed certificate and HTTPS anyway.
# NODE_TLS_REJECT_UNAUTHORIZED: 0
security_opt:
# Use seccomp to restrict the syscalls that the container can make for Chrome
# This allows us to run chrome with sandboxing enabled without having to run the whole container as root
Expand Down

0 comments on commit f37d223

Please sign in to comment.