Skip to content

Commit

Permalink
docs(scanners): Add information about env vars to authenticate with n…
Browse files Browse the repository at this point in the history
…v controller api
  • Loading branch information
wombelix committed Jul 9, 2024
1 parent 94061d4 commit 8a95207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/06.scanning/06.scanners/06.scanners.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ The following scanner environment variables can be used in the docker run comman
- SCANNER_SCAN_LAYERS= true or false (to return layered scan results)
- SCANNER_ON_DEMAND=true (required)
- CLUSTER_JOIN_ADDR (optional), CLUSTER_JOIN_PORT (optional) - to send results to controller for use in Admission control rules (Kubernetes deployed controller).
- SCANNER_CTRL_API_USERNAME (optional), SCANNER_CTRL_API_PASSWORD (optional) - used in conjunction with CLUSTER_JOIN_ADDR to authenticate with the specified username and password to the NeuVector Controller API.
- CLUSTER_ADVERTISED_ADDR (optional) - if scanner is on different host than controller, to send results for use in Admission control rules (Kubernetes deployed controller).

#### Host Scanning in Standalone Mode
Expand Down

0 comments on commit 8a95207

Please sign in to comment.