{"id":7747013,"name":"TrueBrain/actions-flake8","ecosystem":"actions","description":"Flake8 with annotations for Pull Request","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/TrueBrain/actions-flake8","keywords_array":["actions","annotations","flake8","github-actions","linter","python"],"namespace":"TrueBrain","versions_count":15,"first_release_published_at":"2019-10-30T16:37:41.000Z","latest_release_published_at":"2020-09-17T08:16:17.000Z","latest_release_number":"v1.4.1","last_synced_at":"2026-05-29T19:15:54.420Z","created_at":"2023-05-17T11:14:33.120Z","updated_at":"2026-05-29T19:15:54.420Z","registry_url":"https://github.com/TrueBrain/actions-flake8","install_command":null,"documentation_url":null,"metadata":{"name":"Flake8 with annotations","author":"Patric \"TrueBrain\" Stout","description":"Flake8 with annotations for Pull Request","inputs":{"path":{"description":"Path to run flake8 in","required":false,"default":""},"ignore":{"description":"Skip errors and warnings (e.g. E4,W)","required":false,"default":""},"max_line_length":{"description":"Set maximum allowed line length","required":false,"default":""},"only_warn":{"description":"If set, only warn, never error","required":false,"default":""},"flake8_version":{"description":"What flake8 version to use, if none is installed (default is latest)","required":false,"default":""},"plugins":{"description":"List of plugins to install before running, this is passed directly to pip install","required":false,"default":""},"error_classes":{"description":"List of flake8 error classes to classify as Error","required":false,"default":"E,F"},"warning_classes":{"description":"List of flake8 error classes to classify as Warning","required":false,"default":""},"extra_arguments":{"description":"Extra arguments given to flake8","required":false,"default":""},"working_directory":{"description":"Working directory to run flake8 in","required":false,"default":"."}},"runs":{"using":"composite","steps":[{"run":"if [ -z \"${{ inputs.flake8_version }}\" ]; then\n  flake8_version=\"\"\nelse\n  flake8_version=\"==${{ inputs.flake8_version }}\"\nfi\nplugins=\nif [ -n \"${{ inputs.plugins }}\" ]; then\n  plugins=\"${{ inputs.plugins }}\"\nfi\nPIP_BREAK_SYSTEM_PACKAGES=1 pip install flake8${flake8_version} ${plugins}\n","shell":"bash"},{"run":"${{ github.action_path }}/action/entrypoint.sh","shell":"bash","working-directory":"${{ inputs.working_directory }}","env":{"INPUT_PATH":"${{ inputs.path }}","INPUT_IGNORE":"${{ inputs.ignore }}","INPUT_MAX_LINE_LENGTH":"${{ inputs.max_line_length }}","INPUT_ONLY_WARN":"${{ inputs.only_warn }}","INPUT_ERROR_CLASSES":"${{ inputs.error_classes }}","INPUT_WARNING_CLASSES":"${{ inputs.warning_classes }}","INPUT_EXTRA_ARGUMENTS":"${{ inputs.extra_arguments }}"}}]},"branding":{"icon":"code","color":"blue"},"default_branch":"main","path":null},"repo_metadata":{"id":38387387,"uuid":"218130746","full_name":"TrueBrain/actions-flake8","owner":"TrueBrain","description":"Flake8 with GitHub Actions -- including annotations for Pull Requests","archived":false,"fork":false,"pushed_at":"2025-10-01T21:03:54.000Z","size":41,"stargazers_count":25,"open_issues_count":5,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-10T18:32:37.731Z","etag":null,"topics":["actions","annotations","flake8","github-actions","linter","python"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/TrueBrain.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":"2019-10-28T19:39:43.000Z","updated_at":"2024-10-14T17:30:04.000Z","dependencies_parsed_at":"2024-06-18T15:37:30.907Z","dependency_job_id":"d2726e9e-63e8-4b71-a5d0-dc7ae00d4eff","html_url":"https://github.com/TrueBrain/actions-flake8","commit_stats":{"total_commits":38,"total_committers":7,"mean_commits":5.428571428571429,"dds":"0.39473684210526316","last_synced_commit":"36ab8db923b9a63cfd4b87840ca2f94c117bb50e"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/TrueBrain/actions-flake8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrueBrain","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/sbom","scorecard":{"id":143959,"data":{"date":"2025-08-11","repo":{"name":"github.com/TrueBrain/actions-flake8","commit":"36ab8db923b9a63cfd4b87840ca2f94c117bb50e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":3,"reason":"Found 9/24 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:108: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/testing.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:89: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:99: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/testing.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/TrueBrain/actions-flake8/testing.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/testing.yml:35","Info:   0 out of  11 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/testing.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-16T08:56:57.305Z","repository_id":38387387,"created_at":"2025-08-16T08:56:57.305Z","updated_at":"2025-08-16T08:56:57.305Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010796,"owners_count":26084807,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"TrueBrain","name":"Patric Stout","uuid":"1663690","kind":"user","description":"","email":"","website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1663690?v=4","repositories_count":18,"last_synced_at":"2023-03-25T09:52:29.400Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/TrueBrain","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T23:09:55.485Z","updated_at":"2023-03-25T09:52:29.558Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrueBrain","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrueBrain/repositories"},"tags":[{"name":"v2.4","sha":"36ab8db923b9a63cfd4b87840ca2f94c117bb50e","kind":"commit","published_at":"2024-10-14T17:30:00.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v2.4","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v2.4","dependencies_parsed_at":"2024-10-16T04:29:20.885Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.4/manifests"},{"name":"v2.3","sha":"a3b8724ab5391cc5869d9c746b4fd67b61710f20","kind":"commit","published_at":"2024-05-17T14:11:55.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v2.3","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v2.3","dependencies_parsed_at":"2024-05-19T04:07:32.325Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.3/manifests"},{"name":"v2.2","sha":"c120815866a4bb260e23a2550dccee02d94a0385","kind":"commit","published_at":"2022-05-24T13:49:28.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v2.2","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v2.2","dependencies_parsed_at":"2023-05-31T01:33:19.931Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.2/manifests"},{"name":"v2","sha":"c120815866a4bb260e23a2550dccee02d94a0385","kind":"commit","published_at":"2022-05-24T13:49:28.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v2","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v2","dependencies_parsed_at":"2023-05-31T01:33:20.666Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2/manifests"},{"name":"v2.1","sha":"c2deca24d388aa5aedd6478332aa9df4600b5eac","kind":"commit","published_at":"2021-06-27T18:43:09.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v2.1","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v2.1","dependencies_parsed_at":"2023-05-31T01:33:21.224Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.1/manifests"},{"name":"v2.0","sha":"d5df964857584f5d2897d531c620c0017142427e","kind":"commit","published_at":"2021-06-02T09:55:07.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v2.0","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v2.0","dependencies_parsed_at":"2023-05-31T01:33:21.750Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v2.0/manifests"},{"name":"v1","sha":"510e6596cdcdce6df6c3005d91ce7c928b55751b","kind":"commit","published_at":"2021-05-20T08:03:13.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v1","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v1","dependencies_parsed_at":"2023-05-31T01:33:23.678Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1/manifests"},{"name":"v1.6","sha":"510e6596cdcdce6df6c3005d91ce7c928b55751b","kind":"commit","published_at":"2021-05-20T08:03:13.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v1.6","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v1.6","dependencies_parsed_at":"2023-05-31T01:33:22.638Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.6/manifests"},{"name":"v1.5","sha":"9a43ff1b2c7b96f3edffc48a49973ce3de116ba1","kind":"commit","published_at":"2021-05-03T14:50:37.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v1.5","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v1.5","dependencies_parsed_at":"2023-05-31T01:33:24.578Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.5/manifests"},{"name":"v1.4.1","sha":"7e33a2bcf3bee056945183e6d08d70000de48114","kind":"commit","published_at":"2020-09-17T08:16:17.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v1.4.1","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v1.4.1","dependencies_parsed_at":"2023-05-31T01:33:25.826Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.4.1/manifests"},{"name":"v1.4","sha":"755c35935da5d58fa5e1df9ab22f2ca6c2f75750","kind":"commit","published_at":"2020-09-16T19:41:45.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v1.4","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v1.4","dependencies_parsed_at":"2023-05-31T01:33:26.560Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.4/manifests"},{"name":"v1.3","sha":"28db96f8b833602c5c7ed61c61f86d6c30762eda","kind":"commit","published_at":"2020-09-16T15:01:40.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v1.3","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v1.3","dependencies_parsed_at":"2023-05-31T01:33:27.976Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.3/manifests"},{"name":"v1.2","sha":"b573df620f1149679420d03bfe17608eeb55d3d6","kind":"commit","published_at":"2019-11-02T09:03:52.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v1.2","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v1.2","dependencies_parsed_at":"2023-05-31T01:33:29.101Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.2/manifests"},{"name":"v1.1","sha":"9a9365a53edbb0d4077faacfcad829257537351a","kind":"commit","published_at":"2019-10-30T17:04:56.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v1.1","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v1.1","dependencies_parsed_at":"2023-05-31T01:33:30.075Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.1/manifests"},{"name":"v1.0","sha":"5ea1ab224fd349dea4f1dba1979caad286d6df16","kind":"commit","published_at":"2019-10-30T16:37:41.000Z","download_url":"https://codeload.github.com/TrueBrain/actions-flake8/tar.gz/v1.0","html_url":"https://github.com/TrueBrain/actions-flake8/releases/tag/v1.0","dependencies_parsed_at":"2023-05-31T01:33:30.951Z","dependency_job_id":null,"purl":"pkg:github/TrueBrain/actions-flake8@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/tags/v1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-12T08:49:21.358Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":123,"rankings":{"downloads":null,"dependent_repos_count":4.259229916019648,"dependent_packages_count":0.0,"stargazers_count":6.109966724766281,"forks_count":5.621929963555696,"docker_downloads_count":1.0077642212010776,"average":3.3997781651085406},"purl":"pkg:githubactions/TrueBrain/actions-flake8","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/TrueBrain/actions-flake8","docker_dependents_count":1,"docker_downloads_count":93123,"usage_url":"https://repos.ecosyste.ms/usage/actions/TrueBrain/actions-flake8","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/TrueBrain/actions-flake8/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-02T00:05:52.265Z","issues_count":10,"pull_requests_count":47,"avg_time_to_close_issue":1964416.625,"avg_time_to_close_pull_request":929372.5681818182,"issues_closed_count":8,"pull_requests_closed_count":44,"pull_request_authors_count":9,"issue_authors_count":9,"avg_comments_per_issue":2.2,"avg_comments_per_pull_request":0.5531914893617021,"merged_pull_requests_count":34,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":0,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":162.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueBrain%2Factions-flake8/issues","maintainers":[{"login":"TrueBrain","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrueBrain"}],"active_maintainers":[{"login":"TrueBrain","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TrueBrain"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TrueBrain%2Factions-flake8/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TrueBrain%2Factions-flake8/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TrueBrain%2Factions-flake8/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TrueBrain%2Factions-flake8/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TrueBrain%2Factions-flake8/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/TrueBrain%2Factions-flake8/codemeta","maintainers":[]}