From 607c3a6f19b8e02e98aa8c5e4eaeb04dae28897a Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 19 Feb 2026 17:35:29 +1100 Subject: [PATCH 1/3] style: rename feature `Features by JasonTheDeveloper` to `Microsoft SBOM Tool` --- _data/collection-index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index 58c040d6..8fae3589 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -318,7 +318,7 @@ contact: https://github.com/sonikro/devcontainer-features/issues repository: https://github.com/sonikro/devcontainer-features ociReference: ghcr.io/sonikro/devcontainer-features -- name: Features by JasonTheDeveloper +- name: Microsoft SBOM Tool maintainer: JasonTheDeveloper contact: https://github.com/JasonTheDeveloper/features/issues repository: https://github.com/JasonTheDeveloper/features From 2d4ef7d398e713ec72c2d93753c099815cfd7578 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 19 Feb 2026 17:37:06 +1100 Subject: [PATCH 2/3] fix: point reference to actual feature for sbom --- _data/collection-index.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index 8fae3589..c0829981 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -321,8 +321,8 @@ - name: Microsoft SBOM Tool maintainer: JasonTheDeveloper contact: https://github.com/JasonTheDeveloper/features/issues - repository: https://github.com/JasonTheDeveloper/features - ociReference: ghcr.io/jasonthedeveloper/features + repository: https://github.com/JasonTheDeveloper/features/tree/main/src/sbom + ociReference: ghcr.io/jasonthedeveloper/features/sbom - name: Templates by John Muchovej maintainer: John Muchovej contact: https://github.com/jmuchovej/devcontainers/issues From 50313442ee80cdaa2fdae260fc09291fd9592502 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 19 Feb 2026 17:37:30 +1100 Subject: [PATCH 3/3] feat: add trivy feature to list --- _data/collection-index.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index c0829981..da3a4c07 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -323,6 +323,11 @@ contact: https://github.com/JasonTheDeveloper/features/issues repository: https://github.com/JasonTheDeveloper/features/tree/main/src/sbom ociReference: ghcr.io/jasonthedeveloper/features/sbom +- name: Trivy + maintainer: JasonTheDeveloper + contact: https://github.com/JasonTheDeveloper/features/issues + repository: https://github.com/JasonTheDeveloper/features/tree/main/src/trivy + ociReference: ghcr.io/jasonthedeveloper/features/trivy - name: Templates by John Muchovej maintainer: John Muchovej contact: https://github.com/jmuchovej/devcontainers/issues