Module scan

Module scan 

Source
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§

BeginPreScanRequest
Request for beginning a pre-scan
BeginScanRequest
Request for beginning a scan
PreScanMessage
Represents a pre-scan message
PreScanResults
Represents pre-scan results for a sandbox
ScanApi
Veracode Scan API operations
ScanInfo
Represents scan information
ScanModule
Represents a module available for scanning
UploadFileRequest
Request for uploading a file
UploadLargeFileRequest
Request for uploading a large file
UploadProgress
Progress information for file uploads
UploadedFile
Represents an uploaded file in a sandbox

Enums§

FileStatus
File upload status as defined in the Veracode filelist.xsd schema
ScanError
Scan specific error types

Traits§

UploadProgressCallback
Callback trait for upload progress tracking