Skip to content

Commit

Permalink
Merge pull request #102 from wombelix/docs_add_env_vars_to_auth_to_nv…
Browse files Browse the repository at this point in the history
…_controller_api

docs(scanners): Add information about env vars to authenticate with nv controller api
  • Loading branch information
nunix authored Jul 22, 2024
2 parents 47b214b + 8a95207 commit f986938
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 f986938

Please sign in to comment.