Sto Ref Legacy Ingest
If the policy_type is ingestionOnly:
ingestion_file= The path to your scan results when running an Ingestion scan, for example/shared/scan_results/myscan.latest.sarif.The data file must be in a supported format for the scanner.
The data file must be accessible to the scan step. It's good practice to save your results files to a shared path in your stage. In the visual editor, go to the stage where you're running the scan. Then go to Overview > Shared Paths. You can also add the path to the YAML stage definition like this:
- stage: spec: sharedPaths: - /shared/scan_results
Last updated
Was this helpful?