From 6eeb2277c6b5fac7cfbb4784464696ffff78908e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20von=20L=C3=B6wenstein?= Date: Tue, 10 Oct 2023 13:47:56 +0200 Subject: [PATCH] Move Disable SBOM globally Implemented with https://github.com/paketo-buildpacks/rfcs/issues/180 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43af0abe..4b8181ad 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ * [0037: Remote Debug](./text/0037-remote-debug.md) ([tracking issue](https://github.com/paketo-buildpacks/rfcs/issues/175)) * [0040: Auto-generate Reference Documentation](./text/0040-auto-reference-docs.md) ([tracking issue](https://github.com/paketo-buildpacks/rfcs/issues/178)) * [0041: Use Direct Processes and exec.d](./text/0041-direct.md) -* [0044: Provide Global Mechanism to Disable SBOM Generation](./text/0044-disable-sbom.md) * [0046: Define an Image & Dependency Retention Policy for Paketo Images](./text/0046-image-retention-policy.md) ([tracking issue](https://github.com/paketo-buildpacks/rfcs/issues/189)) * [0054: Paketo Steering Committee Elections](./text/0054-steering-committee-elections.md) ([tracking issue](https://github.com/paketo-buildpacks/rfcs/issues/283)) * [0055: Create Language Family Builders](./text/0055-create-language-family-builders.md) ([tracking issue](https://github.com/paketo-buildpacks/rfcs/issues/281)) @@ -51,6 +50,7 @@ * [0039: Semantic Versioning in Tags for Buildpacks](./text/0039-semantic-version-tags.md) * [0042: Adjust Builder Order](./text/0042-adjust-builder-order.md) * [0043: Expanding the Criteria for Reproducible Builds](./text/0043-reproducible-builds.md) +* [0044: Provide Global Mechanism to Disable SBOM Generation](./text/0044-disable-sbom.md) * [0045: Secure runtime environments](./text/0045-user-ids.md) * [0047: Web Servers Buildpack Promotion](./text/0047-promote-web-servers-buildpack.md) * [0048: Additional Github Issue Templates](./text/0048-issue-templates.md)