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 and folder to scan. Must start with /github/workspace/ | no | /github/workspace |
| scan_path_depth | During scanning, this value will be used as the depth of subdirectories to traverse before stopping. | no | 500 |
| recursive_filter | Filters scanning to only those filenames that contain the given string. | no | — |
| exclusion_filter | Excludes directories and filenames that contain the given string from being scanned. | no | — |
| reference_path | Path to recursively search for assembly references. | no | — |
| method_filter | A substring of namespace prefixes that should be included in method-invokes-method relationships. | no | — |
| database_identities | A database identity to use in the creation of relationships. | no | — |
| show_compiler_generated | Will not show compiler generated code in resulting graph. | no | false |
| 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