codelogicincengineering/CodeLogic .Net Agent
Scans .Net artifacts into your
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| codelogic_host | The host address of the CodeLogic instance without the "/codelogic/ui/" part. | yes | — |
| agent_uuid | The UUID of the Agent in CodeLogic. | yes | — |
| agent_password | The password for the agent. | yes | — |
| application_name | The Application node to create that will be the parent of all objects found in the scan. | yes | — |
| scan_space | The name of the scan space that the data will be saved to. If specified, a ScanSpace with this name will be created if not found. If not specified, information will be saved to the default ScanSpace. | no | — |
| scan_path | The path of the file or directory to scan. Must start with /github/workspace/ | no | /github/workspace |
| include_filter | Include file path filters (repeatable via comma-separated values). Maps to --include. | no | — |
| exclusion_filter | Exclude file path filters. Maps to --exclude / -x. | no | — |
| namespace_filter | Namespace include filter(s). Maps to --namespace. Comma-separated for multiple values. | no | — |
| database_identities | Database identity or connection target(s) for remote SQL parse. Maps to --database. | no | — |
| force_rescan | Forces the agent to rescan already scanned artifacts. | no | false |
| expunge_scan_sessions | Instruct the server to delete all other scan sessions created by this agent and its configuration after the current scan session has completed successfully. | no | false |
Outputs
no outputs