Sign inSign up

specmatic/specmatic-insights-github-build-reporter

By specmatic

Updated 9 months ago

As part of your CI pipeline it ships Specmatic (https://specmatic.io) reports to the Insights server

Image
API management
Developer tools
0

781

specmatic/specmatic-insights-github-build-reporter repository overview

Specmatic Insights Github Build Reporter

This package runs as part of your CI pipeline to ship Specmatic reports to Specmatic Insights.

Please contact Specmatic team for more info.

Docker Usage in GitHub Actions

- name: Run Specmatic Insights Github Build Reporter
  run: |
    docker run \
      -v ${{ github.workspace }}:/workspace \
      specmatic/specmatic-insights-github-build-reporter:latest \
        --specmatic-insights-host https://insights.specmatic.io \
        --specmatic-reports-dir /workspace/build/reports/specmatic \
        --org-id ${{ secrets.SPECMATIC_ORG_ID }} \
        --branch-name ${{ github.ref_name }} \
        --repo-name ${{ github.event.repository.name }} \
        --repo-id ${{ github.repository_id }} \
        --repo-url ${{ github.event.repository.html_url }}

Tag summary

Content type

Image

Digest

sha256:9dab90352

Size

86.9 MB

Last updated

9 months ago

docker pull specmatic/specmatic-insights-github-build-reporter