{"id":14384439,"url":"https://github.com/mbogh/test-ssl-action","last_synced_at":"2025-07-13T05:34:54.478Z","repository":{"id":53172825,"uuid":"344758649","full_name":"mbogh/test-ssl-action","owner":"mbogh","description":"testssl.sh GitHub Action","archived":false,"fork":false,"pushed_at":"2024-06-05T23:40:00.000Z","size":258,"stargazers_count":22,"open_issues_count":3,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T03:52:14.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mbogh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-05T09:25:04.000Z","updated_at":"2025-01-31T21:12:55.000Z","dependencies_parsed_at":"2024-03-12T14:48:05.733Z","dependency_job_id":"dcea2528-22b9-46c7-840a-54b8b09acf0d","html_url":"https://github.com/mbogh/test-ssl-action","commit_stats":{"total_commits":10,"total_committers":4,"mean_commits":2.5,"dds":0.6,"last_synced_commit":"1aa048cc077393880f141bf0a86f1395ee2d6f50"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mbogh/test-ssl-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbogh%2Ftest-ssl-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbogh%2Ftest-ssl-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbogh%2Ftest-ssl-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbogh%2Ftest-ssl-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbogh","download_url":"https://codeload.github.com/mbogh/test-ssl-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbogh%2Ftest-ssl-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265095260,"owners_count":23710618,"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":[],"created_at":"2024-08-28T18:01:23.361Z","updated_at":"2025-07-13T05:34:54.413Z","avatar_url":"https://github.com/mbogh.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Testssl.sh Action\n\nA GitHub Action for scanning a host with [testssl.sh](https://testssl.sh) and comparing the result against a minimum accepted grade.\n\n## Inputs\n\n- `host`: The host to scan with testssl.sh (**Required**)\n- `image`: Docker image to run testssl.sh (Default: `drwetter/testssl.sh`)\n- `output`: Folder for scan reports (Default: `output`)\n- `grade`: Minimum accepted grade (Default: `A+`)\n- `options`: Additionnal testssl.sh CLI options (Default: `--jsonfile /data --csvfile /data --htmlfile /data`)\n\n## Outputs\n\nThe scan result will be placed in the output folder, the result will be available as `html`, `json` and `csv` following the naming convension `${NODE}-p${port}${YYYYMMDD-HHMM}.(html|json|csv)`\n\n## Example usage\n\n```yml\n- name: testssl.sh Scan\n  uses: mbogh/test-ssl-action@v3\n  with:\n    host: 'example.com'\n- uses: actions/upload-artifact@v3\n  if: always()\n  with:\n    name: testssl.sh reports\n    path: 'output/*'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbogh%2Ftest-ssl-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbogh%2Ftest-ssl-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbogh%2Ftest-ssl-action/lists"}