{"id":23146919,"url":"https://github.com/bluetel/json-to-md","last_synced_at":"2026-04-12T12:48:33.321Z","repository":{"id":71521422,"uuid":"296361144","full_name":"bluetel/json-to-md","owner":"bluetel","description":"GitHub Action to convert JSON object to markdown. Specifically for use with Symfony Security Checker and peter-evans/create-issue-from-file actions.","archived":false,"fork":false,"pushed_at":"2020-10-09T12:13:31.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-09T23:14:45.488Z","etag":null,"topics":["github","json","markdown","md"],"latest_commit_sha":null,"homepage":"","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/bluetel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-09-17T15:05:29.000Z","updated_at":"2021-04-19T18:20:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9bf8112-d62a-4d68-a068-60dcf09ca9e9","html_url":"https://github.com/bluetel/json-to-md","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluetel%2Fjson-to-md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluetel%2Fjson-to-md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluetel%2Fjson-to-md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluetel%2Fjson-to-md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluetel","download_url":"https://codeload.github.com/bluetel/json-to-md/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247183555,"owners_count":20897612,"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":["github","json","markdown","md"],"created_at":"2024-12-17T16:39:24.058Z","updated_at":"2026-04-12T12:48:28.297Z","avatar_url":"https://github.com/bluetel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json-to-md\n\nThis action converts a JSON returned from symfony security checker to a markdown string. This action is intended to be used with [symfonycorp/security-checker-action](https://github.com/marketplace/actions/sensiolabs-security-checker-action) and [peter-evans/create-issue-from-file](https://github.com/marketplace/actions/create-issue-from-file).\n\n## Input\n\n### `data`\n\n**Required:** Stringified JSON data\n\n## Output\n\n### `md-data`\n\nFinal result parsed in markdown\n\n## Example\n\n```yml\nname: Composer Security Audit\n\non:\n    pull:\n    \njobs:\n    build:\n        runs-on: ubuntu-18.04\n\n        steps:\n            - uses: actions/checkout@v2\n\n            - uses: symfonycorp/security-checker-action@v2\n              id: security-check\n\n            - name: Parse JSON to MD\n              uses: bluetel/json-to-md@v1\n              id: json-to-md\n              with:\n                  data: ${{ steps.security-check.outputs.vulns }}\n\n            - name: Save markdown to file\n              shell: bash\n              run: |\n                echo \"${{ steps.json-to-md.outputs.md-data }}\" \u003e\u003e SECURITY.md\n\n            - name: Create issue\n              id: create-issue\n              uses: peter-evans/create-issue-from-file@v2\n              with:\n                  title: \"Security vulnerabilities found\"\n                  content-filepath: SECURITY.md\n```\n\n## Contribute\n\nFork this repository, make changes in your local dev environment, push to your remote and open a pull request pointing to this repository's `master` branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluetel%2Fjson-to-md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluetel%2Fjson-to-md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluetel%2Fjson-to-md/lists"}