Skip to content

Commit

Permalink
Merge pull request #7 from fac/adding-sonarcloud-badges-to-readme
Browse files Browse the repository at this point in the history
Adding SonarCloud badge to README
  • Loading branch information
dmorgan-fa authored Oct 24, 2023
2 parents 8262aee + 429ce12 commit 105127e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fac_sf-deployment-monitoring-action&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fac_sf-deployment-monitoring-action)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=fac_sf-deployment-monitoring-action&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=fac_sf-deployment-monitoring-action)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=fac_sf-deployment-monitoring-action&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=fac_sf-deployment-monitoring-action)

# Step Function Deployment Monitoring

## Description
Expand All @@ -23,7 +27,7 @@ The StepFunction execution arn that you wish to track the status of.
## Development
Install locally with
Install locally with
```bash
bundle install
Expand Down

0 comments on commit 105127e

Please sign in to comment.