Expand description
Scan API functionality for Veracode platform.
This module provides functionality to interact with the Veracode Scan APIs, allowing you to upload files, initiate scans, and monitor scan progress for both application-level and sandbox scans. This implementation mirrors the Java API wrapper functionality.
Structs§
- Begin
PreScan Request - Request for beginning a pre-scan
- Begin
Scan Request - Request for beginning a scan
- PreScan
Message - Represents a pre-scan message
- PreScan
Results - Represents pre-scan results for a sandbox
- ScanApi
- Veracode Scan API operations
- Scan
Info - Represents scan information
- Scan
Module - Represents a module available for scanning
- Upload
File Request - Request for uploading a file
- Upload
Large File Request - Request for uploading a large file
- Upload
Progress - Progress information for file uploads
- Uploaded
File - Represents an uploaded file in a sandbox
Enums§
- Scan
Error - Scan specific error types
Traits§
- Upload
Progress Callback - Callback trait for upload progress tracking