Skip to content

Commit

Permalink
Merge pull request #147 from rocketstack-matt/badges
Browse files Browse the repository at this point in the history
Add badges
  • Loading branch information
matthewgardner authored Apr 18, 2024
2 parents f7f9c87 + 58a88fc commit 4d5364e
Showing 1 changed file with 29 additions and 12 deletions.
41 changes: 29 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
![badge-labs](https://user-images.githubusercontent.com/327285/230928932-7c75f8ed-e57b-41db-9fb7-a292a13a1e58.svg)
[![CodeQL](https://github.com/finos-labs/architecture-as-code/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/github-code-scanning/codeql)
[![CVE Scanning for Maven](https://github.com/finos-labs/architecture-as-code/actions/workflows/cve-scanning-maven.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/cve-scanning-maven.yml)
[![CVE Scanning for Node.js](https://github.com/finos-labs/architecture-as-code/actions/workflows/cve-scanning-node.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/cve-scanning-node.yml)
[![License Scanning for Maven](https://github.com/finos-labs/architecture-as-code/actions/workflows/license-scanning-maven.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/license-scanning-maven.yml)
[![License Scanning for Node.js](https://github.com/finos-labs/architecture-as-code/actions/workflows/license-scanning-node.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/license-scanning-node.yml)

# Architecture as Code

**Architecture as Code (AasC)** aims to devise and manage software architecture via a human and machine readable and version-controlled
**Architecture as Code (AasC)** aims to devise and manage software architecture via a human and machine readable and
version-controlled
codebase, fostering a robust understanding, efficient development, and seamless maintenance of complex software
architectures.

Expand All @@ -17,24 +23,35 @@ your project.

## Projects

| Project | Lead Maintainers |
|----------------------------------------------|-----------------------------------------|
| [Common Architecture Language Model](./calm) | @rocketstack-matt, @jpgough-ms |
| [Docs](./docs) | @rocketstack-matt |
| [CLI](./cli) | @aidanm3341, @lbulanti-ms, @willosborne |
| [Spectral](./spectral) | @willosborne, @lbulanti-ms |
| [Visualizer](./visualizer) | @aidanm3341, @Budlee, @willosborne |
| Project | Lead Maintainers | Builds |
|----------------------------------------------|-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Common Architecture Language Model](./calm) | @rocketstack-matt, @jpgough-ms | [![Validation of CALM Samples](https://github.com/finos-labs/architecture-as-code/actions/workflows/spectral-validation.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/spectral-validation.yml) |
| [Docs](./docs) | @rocketstack-matt | [![Build Docs](https://github.com/finos-labs/architecture-as-code/actions/workflows/docs-deploy.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/docs-deploy.yml) [![pages-build-deployment](https://github.com/finos-labs/architecture-as-code/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/pages/pages-build-deployment) |
| [CLI](./cli) | @aidanm3341, @lbulanti-ms, @willosborne | [![Build CLI](https://github.com/finos-labs/architecture-as-code/actions/workflows/cli-tests.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/cli-tests.yml) |
| [Spectral](./spectral) | @willosborne, @lbulanti-ms | [![Validation of CALM Samples](https://github.com/finos-labs/architecture-as-code/actions/workflows/spectral-validation.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/spectral-validation.yml) |
| [Translators](./translator) | @Budlee @matthewgardner @jpgough-ms | [![Build Translators](https://github.com/finos-labs/architecture-as-code/actions/workflows/translator.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/translator.yml) |
| [Visualizer](./visualizer) | @aidanm3341, @Budlee, @willosborne | |

## Getting Involved
Architecture as Code is part of the [DevOps Automation Special Interest Group](https://devops.finos.org/docs/working-groups/aasc/). Our Zoom meetups take place on the fourth Tuesday of every month, see [here](https://github.com/finos/devops-automation/issues?q=label%3Ameeting+label%3Aarchitecture-as-code+) for upcoming and previous meetings.

Have an idea or feedback? [Raise an issue](https://github.com/finos-labs/architecture-as-code/issues/new/choose) in this repository.
Architecture as Code is part of
the [DevOps Automation Special Interest Group](https://devops.finos.org/docs/working-groups/aasc/). Our Zoom meetups
take place on the fourth Tuesday of every month,
see [here](https://github.com/finos/devops-automation/issues?q=label%3Ameeting+label%3Aarchitecture-as-code+) for
upcoming and previous meetings.

Have an idea or feedback? [Raise an issue](https://github.com/finos-labs/architecture-as-code/issues/new/choose) in this
repository.

## Contributing
Architecture as Code operates as a monorepo, in here you will find both the CALM JSON Schema and the various projects that are being built to utilize the CALM specification.

Architecture as Code operates as a monorepo, in here you will find both the CALM JSON Schema and the various projects
that are being built to utilize the CALM specification.

We accept contributions via Pull Request, to make a contribution:
1. Pick an issue you are interested in contributing to (or raise one yourself) and speak to the lead maintainers about what you plan to do either in the issue itself or come to a meetup.

1. Pick an issue you are interested in contributing to (or raise one yourself) and speak to the lead maintainers about
what you plan to do either in the issue itself or come to a meetup.
2. Fork the repo (<https://github.com/finos-labs/architecture-as-code/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Read our [contribution guidelines](.github/CONTRIBUTING.md)
Expand Down

0 comments on commit 4d5364e

Please sign in to comment.