From ab19536200cf0a3d181c25b925c8b9cfc31103c6 Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 17 Nov 2025 17:16:24 -0800 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 85fdbbd..d08301a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Cadence Samples ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/uber-common/cadence-samples/build.yml) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcadence-workflow%2Fcadence-samples.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcadence-workflow%2Fcadence-samples?ref=badge_shield) Welcome to the Cadence Samples repository! This collection demonstrates the powerful capabilities of Cadence workflow orchestration through practical, real-world examples. Whether you're new to Cadence or looking to implement specific patterns, these samples will help you understand how to build reliable, scalable, and maintainable workflow applications. @@ -535,6 +536,9 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f Apache 2.0 License - see [LICENSE](LICENSE) for details. + +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcadence-workflow%2Fcadence-samples.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcadence-workflow%2Fcadence-samples?ref=badge_large) + ## 🆘 **Getting Help** - **Documentation**: [Cadence Documentation](https://cadenceworkflow.io/docs/)