From 54fd81bf8c79511099ce2e64734f696620e03c1f Mon Sep 17 00:00:00 2001 From: Roaa Sakr Date: Wed, 7 Jan 2026 10:11:18 -0800 Subject: [PATCH 1/2] build banner Signed-off-by: Roaa Sakr --- .github/workflows/{ci.yml => build.yml} | 0 README.md | 2 ++ 2 files changed, 2 insertions(+) rename .github/workflows/{ci.yml => build.yml} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml diff --git a/README.md b/README.md index ad3d7df..fbfc224 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # confuzzled 😵‍💫 +[![Build](https://github.com/romoh/confuzzled/actions/workflows/build.yml/badge.svg)](https://github.com/romoh/confuzzled/actions/workflows/build.yml) + A structure-aware CONtainer FUZZing tool for container images that can generate malformed container images. From 0a1246f672b2833c7186beb4a9cedeb7d9b2cf64 Mon Sep 17 00:00:00 2001 From: Roaa Sakr Date: Wed, 7 Jan 2026 10:16:13 -0800 Subject: [PATCH 2/2] Update label Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbfc224..09f03eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # confuzzled 😵‍💫 -[![Build](https://github.com/romoh/confuzzled/actions/workflows/build.yml/badge.svg)](https://github.com/romoh/confuzzled/actions/workflows/build.yml) +[![Build & Test](https://github.com/romoh/confuzzled/actions/workflows/build.yml/badge.svg?label=Build%20%26%20Test)](https://github.com/romoh/confuzzled/actions/workflows/build.yml) A structure-aware CONtainer FUZZing tool for container images that can generate malformed container images.