UNCLASSIFIED - NO CUI

Skip to content

Fix rescan-rebuild stage bugs

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

Merge Request Description

  1. Refactored skopeo module

  2. Fix logging message to include tag for skopeo inspect

    | skopeo                       | INFO     | Run inspect cmd: ['skopeo', 'inspect', '--authfile', 'prod_pull_auth.json', 
    'docker://registry1.dso.mil/ironbank/opensource/python:v3.10.6']
    | image_verify                 | INFO     | Failed to inspect old image: opensource/python:opensource/python

    https://repo1.dso.mil/dsop/opensource/python/python310/-/jobs/13652137

  3. Fix npm package parsing

    ValueError: Could not parse npm URL: @sindresorhus/is/-/is-0.14.0.tgz https://repo1.dso.mil/dsop/opensource/gohugo/hugo-extended/-/jobs/13650866

  4. Fix base images

    FileNotFoundError: [Errno 2] No such file or directory: 'ci-artifacts/lint/base_image.json' https://repo1.dso.mil/dsop/opensource/gradle/gradle-jdk11/-/jobs/13650929

Edited by Cody Miller

Merge request reports