Skip to content

Commit

Permalink
update readme with latest swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
sbtaylor15 committed May 13, 2024
1 parent 6cf91a0 commit 85ed26d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RestAPI for the Domain Object
![Release](https://img.shields.io/github/v/release/ortelius/scec-scorecard?sort=semver)
![license](https://img.shields.io/github/license/ortelius/scec-scorecard)
![license](https://img.shields.io/github/license/ortelius/.github)

![Build](https://img.shields.io/github/actions/workflow/status/ortelius/scec-scorecard/build-push-chart.yml)
[![MegaLinter](https://github.com/ortelius/scec-scorecard/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/ortelius/scec-scorecard/actions?query=workflow%3AMegaLinter+branch%3Amain)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ var SwaggerInfo = &swag.Spec{
BasePath: "/msapi/domain",
Schemes: []string{},
Title: "Ortelius v11 Domain Microservice",
Description: "RestAPI for the Domain Object\n![Release](https://img.shields.io/github/v/release/ortelius/scec-scorecard?sort=semver)\n![license](https://img.shields.io/github/license/ortelius/scec-scorecard)\n\n![Build](https://img.shields.io/github/actions/workflow/status/ortelius/scec-scorecard/build-push-chart.yml)\n[![MegaLinter](https://github.com/ortelius/scec-scorecard/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/ortelius/scec-scorecard/actions?query=workflow%3AMegaLinter+branch%3Amain)\n![CodeQL](https://github.com/ortelius/scec-scorecard/workflows/CodeQL/badge.svg)\n[![OpenSSF-Scorecard](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard/badge)](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard)\n\n![Discord](https://img.shields.io/discord/722468819091849316)",
Description: "RestAPI for the Domain Object\n![Release](https://img.shields.io/github/v/release/ortelius/scec-scorecard?sort=semver)\n![license](https://img.shields.io/github/license/ortelius/.github)\n\n![Build](https://img.shields.io/github/actions/workflow/status/ortelius/scec-scorecard/build-push-chart.yml)\n[![MegaLinter](https://github.com/ortelius/scec-scorecard/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/ortelius/scec-scorecard/actions?query=workflow%3AMegaLinter+branch%3Amain)\n![CodeQL](https://github.com/ortelius/scec-scorecard/workflows/CodeQL/badge.svg)\n[![OpenSSF-Scorecard](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard/badge)](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard)\n\n![Discord](https://img.shields.io/discord/722468819091849316)",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
LeftDelim: "{{",
Expand Down
2 changes: 1 addition & 1 deletion swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"description": "RestAPI for the Domain Object\n![Release](https://img.shields.io/github/v/release/ortelius/scec-scorecard?sort=semver)\n![license](https://img.shields.io/github/license/ortelius/scec-scorecard)\n\n![Build](https://img.shields.io/github/actions/workflow/status/ortelius/scec-scorecard/build-push-chart.yml)\n[![MegaLinter](https://github.com/ortelius/scec-scorecard/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/ortelius/scec-scorecard/actions?query=workflow%3AMegaLinter+branch%3Amain)\n![CodeQL](https://github.com/ortelius/scec-scorecard/workflows/CodeQL/badge.svg)\n[![OpenSSF-Scorecard](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard/badge)](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard)\n\n![Discord](https://img.shields.io/discord/722468819091849316)",
"description": "RestAPI for the Domain Object\n![Release](https://img.shields.io/github/v/release/ortelius/scec-scorecard?sort=semver)\n![license](https://img.shields.io/github/license/ortelius/.github)\n\n![Build](https://img.shields.io/github/actions/workflow/status/ortelius/scec-scorecard/build-push-chart.yml)\n[![MegaLinter](https://github.com/ortelius/scec-scorecard/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/ortelius/scec-scorecard/actions?query=workflow%3AMegaLinter+branch%3Amain)\n![CodeQL](https://github.com/ortelius/scec-scorecard/workflows/CodeQL/badge.svg)\n[![OpenSSF-Scorecard](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard/badge)](https://api.securityscorecards.dev/projects/github.com/ortelius/scec-scorecard)\n\n![Discord](https://img.shields.io/discord/722468819091849316)",
"title": "Ortelius v11 Domain Microservice",
"termsOfService": "http://swagger.io/terms/",
"contact": {
Expand Down

0 comments on commit 85ed26d

Please sign in to comment.