{"id":18675715,"url":"https://github.com/scanapi/github-action","last_synced_at":"2025-04-12T02:11:37.371Z","repository":{"id":43640717,"uuid":"257661708","full_name":"scanapi/github-action","owner":"scanapi","description":"Github Action for ScanAPI","archived":false,"fork":false,"pushed_at":"2021-05-11T22:31:45.000Z","size":12,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":17,"default_branch":"main","last_synced_at":"2024-05-19T17:49:02.643Z","etag":null,"topics":["docker","github-action","hacktoberfest","scanapi"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/scanapi","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scanapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-04-21T17:11:55.000Z","updated_at":"2023-07-04T12:31:39.000Z","dependencies_parsed_at":"2023-01-04T15:05:17.720Z","dependency_job_id":null,"html_url":"https://github.com/scanapi/github-action","commit_stats":{"total_commits":13,"total_committers":4,"mean_commits":3.25,"dds":"0.23076923076923073","last_synced_commit":"35cf2acdc0125258fe651efa57a82ac19e463ba8"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scanapi%2Fgithub-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scanapi%2Fgithub-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scanapi%2Fgithub-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scanapi%2Fgithub-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scanapi","download_url":"https://codeload.github.com/scanapi/github-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036410,"owners_count":21037164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","github-action","hacktoberfest","scanapi"],"created_at":"2024-11-07T09:26:01.234Z","updated_at":"2025-04-12T02:11:37.344Z","avatar_url":"https://github.com/scanapi.png","language":"Dockerfile","readme":"![](https://github.com/scanapi/design/raw/main/images/github-hero-dark.png)\n\n# ScanaAPI\nAn action that allows developers to run ScanAPI using github actions.\n\n## Inputs\n\n### `scanapi_version`\n\nThe version of ScanAPI to install (default: latest).\n\n### `arguments`\n\nDesired arguments to run scanapi. Allow multiple parameters separated by spaces. Default value is `--help`\n\n## Example usage\n\nThe following will take the yaml file and produce a scanapi-report.html file as output.\n\n```yaml\n- name: Run automated API tests\n  uses: scanapi/github-action@v1\n  with:\n    scanapi_version: '==2.0.0'\n    arguments: 'run ./scanapi.yaml'\n```\n\n## Example workflow\n\nComplete example used in a workflow/yaml file. This produce a scanapi-report.html file as output.\n\n```yaml\nname: Run tests\non:\n  pull_request:\n    types: [opened, synchronize]:\n\njobs:\n  scanapi:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Run automated API tests\n        uses: scanapi/github-action@v1\n        with:\n          arguments: \"run ./scanapi.yaml\"\n      - name: Upload scanapi-report.html\n        uses: actions/upload-artifact@v2\n        if: ${{ always() }}\n        with:\n          name: ScanAPI Report\n          path: scanapi-report.html\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscanapi%2Fgithub-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscanapi%2Fgithub-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscanapi%2Fgithub-action/lists"}