{"id":17686033,"url":"https://github.com/geekmasher/pyre-check-docker","last_synced_at":"2026-01-30T01:32:43.610Z","repository":{"id":84947983,"uuid":"231859318","full_name":"GeekMasher/pyre-check-docker","owner":"GeekMasher","description":"Pyre-Check Docker image for Python Security Static Coded Analysis","archived":false,"fork":false,"pushed_at":"2020-01-08T06:38:07.000Z","size":3,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T22:39:20.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/GeekMasher.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":"2020-01-05T02:55:50.000Z","updated_at":"2020-08-11T08:17:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"279cab1c-9e7f-4b03-b1a7-17863834cf7b","html_url":"https://github.com/GeekMasher/pyre-check-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fpyre-check-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fpyre-check-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fpyre-check-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fpyre-check-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeekMasher","download_url":"https://codeload.github.com/GeekMasher/pyre-check-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246375991,"owners_count":20767209,"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-10-24T10:29:44.542Z","updated_at":"2026-01-30T01:32:43.525Z","avatar_url":"https://github.com/GeekMasher.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pyre-Check Docker\n\n[Pyre-Check](https://github.com/facebook/pyre-check) is an open source tool developed and maintained by Facebook to perform Static Code Analysis (SCA) on Python applications.\nPrimarily this tool is used for Type hinting/checking in Python 3.5+ but Facebook also use the power of the AST (Abstract Syntax Tree) parser to do security testing as well.\n\nThis Docker image focuses purely on the Security testing side of this tool.\n\n## Build\n\n```bash\ndocker build -t \"pyre-check\" .\n```\n\n## Run\n\n```bash\n# pull image\ndocker pull geekmasher/pyre-check\n# run image passing in the source code folder and the folder used for results \ndocker run -v source:/data/source -v results:/data/results pyre-check\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekmasher%2Fpyre-check-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeekmasher%2Fpyre-check-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekmasher%2Fpyre-check-docker/lists"}