UNCLASSIFIED - NO CUI

Skip to content

ORAS Download Fix

Cody Miller requested to merge sbom-montioring-fix-4 into master

Merge Request Description

The --allow-all flag for ORAS CLI was removed in v0.13.0 and caused all pipelines to fail that reached the ORAS download logic:

Ex. https://repo1.dso.mil/dsop/collaborationai/crowd-vector/reporting/api2sql_function/-/jobs/13829188

Related Github issue: https://github.com/oras-project/oras/issues/130

Added an exit code for ORAS download exceptions so that the old packages (that don't exist) aren't attempted to be parsed.

Edited by Cody Miller

Merge request reports