-
Notifications
You must be signed in to change notification settings - Fork 87
CLOUDP-315270: Generate SSDLC report with augmented SBOM on-demand #3916
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
CLOUDP-315270: Generate SSDLC report with augmented SBOM on-demand #3916
Conversation
ea89146
to
923ebaa
Compare
VERSION: ${{ inputs.release_version }} | ||
AUGMENTED_SBOM_TEXT: " - See Augmented SBOM manifests (CycloneDX in JSON format): | ||
\n - This file has been provided along with this report under the name 'linux_amd64_augmented_sbom_v${{ inputs.release_version }}.json' | ||
\n - Please note that this file was generated on ${{ env.date }} and may not reflect the latest security information of all third party dependencies.\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking for reviewers' opinions on this:
I have the date the augmented SBOM is generated in the report as well as including the date in the file names of the report and augmented sbom.
Do you think this is sufficient to flag to the reader that this file can become out-of-date?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so, but I'm OK with keeping this note.
VERSION: ${{ inputs.release_version }} | ||
AUGMENTED_SBOM_TEXT: " - See Augmented SBOM manifests (CycloneDX in JSON format): | ||
\n - This file has been provided along with this report under the name 'linux_amd64_augmented_sbom_v${{ inputs.release_version }}.json' | ||
\n - Please note that this file was generated on ${{ env.date }} and may not reflect the latest security information of all third party dependencies.\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so, but I'm OK with keeping this note.
a2a1a60
to
958392e
Compare
Fixes sbom file name
de5234a
to
1030679
Compare
Proposed changes
Successful run of augment sbom action.
Verifying changes to report script and template do not effect update-ssdlc-report workflow.
Jira ticket: CLOUDP-315270
Checklist
make fmt
and formatted my code