Skip to content

download-evidence-artifacts

pipeline download-evidence-artifacts - Download test/scan artifacts for evidence building

Downloads test results and scan artifacts from CI runs for a module and all its dependencies. Uses the get evidence-ci-runs command to determine which CI runs to download from.

For each module in the dependency chain that has a ci-{module}.yaml workflow: - Downloads test-results-{module}* artifacts to out/test/ - Downloads scan-results-{module} artifacts to out/scan/

Fails if any dependency with a CI workflow has no successful CI run.

Flags

Flag Description
--output-dir (default: out) Base output directory (test/ and scan/ subdirs will be created)

Examples

pipeline download-evidence-artifacts r2r-cli
pipeline download-evidence-artifacts ext-eac --output-dir custom/path

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.