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

Software Bill of Materials (SBOM) manifest generation #1966

Merged
merged 9 commits into from Mar 1, 2022
Merged

Conversation

mjbond-msft
Copy link
Contributor

@mjbond-msft mjbond-msft commented Feb 11, 2022

Description of Change

Per Executive Order (EO) produce a Software Bill of Materials (SBOM) capturing the produced nuget files from a dedicated job
https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/secure-supply-chain/ado-sbom-generator

As a result of this change you will find an artifact named sbom attached to each build. Within that artifact is a manifest.json file under a _manifest directory capturing all of the packages that constitute the Software Bill of Materials

The sbom job captures the nuget package files (*.nupkg) published (uploaded) by the build

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Updated documentation (see walkthrough)

@rmarinho
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines failed to run 1 pipeline(s).

azure-pipelines.yml Outdated Show resolved Hide resolved
@xamarin xamarin deleted a comment from azure-pipelines bot Feb 23, 2022
@xamarin xamarin deleted a comment from azure-pipelines bot Feb 23, 2022
@xamarin xamarin deleted a comment from azure-pipelines bot Feb 23, 2022
@mjbond-msft
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines failed to run 1 pipeline(s).

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.

None yet

3 participants