Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle uri with tags #288

Merged
merged 3 commits into from
Jul 20, 2023
Merged

Handle uri with tags #288

merged 3 commits into from
Jul 20, 2023

Conversation

mike-sul
Copy link
Contributor

@mike-sul mike-sul commented Jul 14, 2023

Tiny fix to handle image URIs with tag for images built by the Fio CI.

A user may refer to images build and stored by Fio with a tag, e.g.
`latest`. This fix takes it into account.

Signed-off-by: Mike <[email protected]>
A user may refer to a factory image with a pinned/sha256 digest in
`docker-compose.yml`. It implies that the given image is not built in
the current CI run, hence the image is not analyzed by the SBOM logic
for images built in the current CI run.
This change makes the SBOM logic for non-factory images pull
the pinned factory images, thus all App's images are SBOMed.

Signed-off-by: Mike <[email protected]>
@mike-sul mike-sul merged commit 66d0c99 into master Jul 20, 2023
1 check passed
@mike-sul mike-sul deleted the handle-uri-with-tags branch July 20, 2023 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants