From b38906f87c42e3ec4bdbb75e780d360c569b167e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20G=C4=99bala?= Date: Fri, 20 Mar 2026 09:35:38 +0100 Subject: [PATCH 1/2] Add cloud-audit to Infrastructure & DevOps category --- projects.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects.yaml b/projects.yaml index a8633db..4415cbc 100644 --- a/projects.yaml +++ b/projects.yaml @@ -728,6 +728,11 @@ projects: category: infrastructure pypi_id: awscli conda_id: conda-forge/awscli + - name: cloud-audit + github_id: gebalamariusz/cloud-audit + category: infrastructure + pypi_id: cloud-audit + conda_id: conda-forge/awscli - name: deepdiff github_id: seperman/deepdiff category: inspect From 424dfec1f57fcd665ae3b8919753f2b519d797a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20G=C4=99bala?= Date: Fri, 20 Mar 2026 09:45:26 +0100 Subject: [PATCH 2/2] fix: remove incorrect conda_id from cloud-audit entry --- projects.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/projects.yaml b/projects.yaml index 4415cbc..bbb6527 100644 --- a/projects.yaml +++ b/projects.yaml @@ -732,7 +732,6 @@ projects: github_id: gebalamariusz/cloud-audit category: infrastructure pypi_id: cloud-audit - conda_id: conda-forge/awscli - name: deepdiff github_id: seperman/deepdiff category: inspect