This command sends a Glimse event over Kafka to trigger scan from a given repository.
Run command | Restrictions | Example |
---|---|---|
maia request_scan | None | maia request_scan --repo-name blt_repo --kafka-topic DOSCAN --kafka-broker myhost.se:9092 |
Option flag | Description | |
---|---|---|
--repo_name | The name of a repository in MAIA WebApp. (STRING) | |
--kafka-topic | Topic to send to in Kafka. (STRING) | |
--kafka-broker | URL to Kafka broker. |
The following additional command options apply to all MAIA Agent commands.
The following additional command options apply to all MAIA Agent commands.
Option flag | Description | |
---|---|---|
--help, -h | Shows all available options for the command. | |
--verbose, -v | Enables verbose mode. | |
--debug, -d | Enables debug mode. |