Uploading Scan Results

The best way to let the Seal platform track your vulnerabilities is by integrating your source control with the Seal app. However, this isn't always possible.

An alternative way of letting Seal track your vulnerabilities is by using the Seal CLI run as part of your CI pipeline, and having it report home to the Seal server the vulnerable packages you're using. This is slightly less reliable than a direct source control integration, but can still provide an accurate picture of the vulnerabilities in your project.

If you're only using the CLI for scanning then just append the --upload-scan-results flag to the seal scan command.

If you're using the CLI to fix the vulnerabilities, either through Automatic Remediation, the Remote Configuration or the Local Configuration deployments, then just append the --upload-scan-results flag to the seal fix command.

Last updated