From 63cebe719c80fce5504bceb229a6f17e996440a2 Mon Sep 17 00:00:00 2001 From: Andy Boothe Date: Sun, 26 Jan 2025 20:09:02 -0600 Subject: [PATCH 1/2] Add CodeQL badge to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89031d2..b6f4c5b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rapier [![tests](https://github.com/sigpwned/rapier/actions/workflows/tests.yml/badge.svg)](https://github.com/sigpwned/rapier/actions/workflows/tests.yml) [![Maven Central Version](https://img.shields.io/maven-central/v/io.aleph0/rapier)](https://central.sonatype.com/artifact/io.aleph0/rapier) [![javadoc](https://javadoc.io/badge2/io.aleph0/rapier/javadoc.svg)](https://javadoc.io/doc/io.aleph0/rapier) +# rapier [![tests](https://github.com/sigpwned/rapier/actions/workflows/tests.yml/badge.svg)](https://github.com/sigpwned/rapier/actions/workflows/tests.yml) [![Maven Central Version](https://img.shields.io/maven-central/v/io.aleph0/rapier)](https://central.sonatype.com/artifact/io.aleph0/rapier) [![javadoc](https://javadoc.io/badge2/io.aleph0/rapier/javadoc.svg)](https://javadoc.io/doc/io.aleph0/rapier) [![CodeQL](https://github.com/aleph0io/rapier/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/aleph0io/rapier/actions/workflows/github-code-scanning/codeql) A code-generation companion library for [Dagger](https://github.com/google/dagger) focused on eliminating boilerplate code when pulling configuration data from common configuration sources. @@ -358,4 +358,4 @@ Every contribution, big or small, helps grow and improve this library. Thank you ## Colophon -A [rapier](https://en.wikipedia.org/wiki/Rapier) is a sword that frequently used a [dagger](https://en.wikipedia.org/wiki/Parrying_dagger) as a [companion weapon](https://en.wikipedia.org/wiki/Companion_weapon). \ No newline at end of file +A [rapier](https://en.wikipedia.org/wiki/Rapier) is a sword that frequently used a [dagger](https://en.wikipedia.org/wiki/Parrying_dagger) as a [companion weapon](https://en.wikipedia.org/wiki/Companion_weapon). From 1518976bd0f739af316e93fcf399f8a4736429e3 Mon Sep 17 00:00:00 2001 From: Andy Boothe Date: Sun, 26 Jan 2025 20:09:21 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6f4c5b..c42bdd5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rapier [![tests](https://github.com/sigpwned/rapier/actions/workflows/tests.yml/badge.svg)](https://github.com/sigpwned/rapier/actions/workflows/tests.yml) [![Maven Central Version](https://img.shields.io/maven-central/v/io.aleph0/rapier)](https://central.sonatype.com/artifact/io.aleph0/rapier) [![javadoc](https://javadoc.io/badge2/io.aleph0/rapier/javadoc.svg)](https://javadoc.io/doc/io.aleph0/rapier) [![CodeQL](https://github.com/aleph0io/rapier/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/aleph0io/rapier/actions/workflows/github-code-scanning/codeql) +# rapier [![tests](https://github.com/sigpwned/rapier/actions/workflows/tests.yml/badge.svg)](https://github.com/sigpwned/rapier/actions/workflows/tests.yml) [![CodeQL](https://github.com/aleph0io/rapier/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/aleph0io/rapier/actions/workflows/github-code-scanning/codeql) [![Maven Central Version](https://img.shields.io/maven-central/v/io.aleph0/rapier)](https://central.sonatype.com/artifact/io.aleph0/rapier) [![javadoc](https://javadoc.io/badge2/io.aleph0/rapier/javadoc.svg)](https://javadoc.io/doc/io.aleph0/rapier) A code-generation companion library for [Dagger](https://github.com/google/dagger) focused on eliminating boilerplate code when pulling configuration data from common configuration sources.