From 80a02890cda27b222494ac06b8e000f13d6a6cc2 Mon Sep 17 00:00:00 2001 From: fossabot Date: Tue, 14 May 2024 00:22:11 -0300 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index acb04c7..130c0ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Chinmina Bridge: Buildkite/Github OIDC token bridge +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjamestelfer%2Fchinmina-bridge.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjamestelfer%2Fchinmina-bridge?ref=badge_shield) + + Allows Buildkite agents to get valid GitHub tokens that can be used to perform Git or other GitHub API actions. It is intended to be an alternative to the use of SSH deploy keys or long-lived Personal Access Tokens. @@ -241,3 +244,6 @@ Contributions are welcome. - Execute `git` commands in the `.development/keys` directory. This has git configuration set up so it uses a local credential helper that will use the keys in the `.development/keys` directory. + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjamestelfer%2Fchinmina-bridge.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjamestelfer%2Fchinmina-bridge?ref=badge_large)