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

sbomnix: Do not assume out output is always used #109

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Conversation

henrirosten
Copy link
Collaborator

Do not assume the derivation's out output should always be in the derivation.py:Derive outputs list. Instead, only add the outputs of the actually-used outputs.

This change fixes: #108.

Do not assume the derivation's `out` output should always be in the
`derivation.py:Derive` outputs list. Instead, only add the outputs of
the actually-used outputs.

This change fixes: #108.

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
@henrirosten henrirosten marked this pull request as ready for review March 13, 2024 10:18
@henrirosten henrirosten requested a review from a team March 13, 2024 10:18
@henrirosten henrirosten merged commit 9df4fb3 into main Mar 13, 2024
3 checks passed
@henrirosten henrirosten deleted the fix-issue-108 branch March 14, 2024 11:28
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.

only produce output_path for the actually-used output
2 participants