{"id":22123809,"url":"https://github.com/joocer/fides","last_synced_at":"2025-10-12T08:30:21.576Z","repository":{"id":144107926,"uuid":"383553183","full_name":"joocer/fides","owner":"joocer","description":"Fides - helping you keep secrets secret","archived":false,"fork":false,"pushed_at":"2023-09-05T07:54:11.000Z","size":151,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-01T15:41:31.712Z","etag":null,"topics":["action","information-leakage","passwords","scanner","security"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joocer.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-07-06T17:44:45.000Z","updated_at":"2023-09-12T16:02:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"96735c9f-2470-46de-ba81-a0df4b698af7","html_url":"https://github.com/joocer/fides","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/joocer%2Ffides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joocer%2Ffides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joocer%2Ffides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joocer%2Ffides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joocer","download_url":"https://codeload.github.com/joocer/fides/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236184417,"owners_count":19108672,"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":["action","information-leakage","passwords","scanner","security"],"created_at":"2024-12-01T15:38:50.203Z","updated_at":"2025-10-12T08:30:21.241Z","avatar_url":"https://github.com/joocer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fides\n\n_Fides - helping you keep secrets secret_\n\nFides is a secret-scanning tool designed to sift through code repositories to identify secrets that have been accidentally committed.\n\nLeveraging the powerful [YARA](https://yara.readthedocs.io/en/v4.1.1/index.html) language, a tool of choice among security professionals and malware analysts for building detection and classification tools.\n\n## Features\n\n- Scans recursively through all files in a repository\n- Utilizes YARA rules for high accuracy and customization\n- Can be easily integrated into CI/CD pipelines\n\n## Installation\n\nFides is intended to be run as a [GitHub Action](https://github.com/marketplace/actions/fides-secret-scanner). Please refer to the GitHub Action configuration examples below to integrate Fides into your workflow.\n\n## Example GitHub Action Configuration\n\n~~~yaml\n# fides.yaml\n\nname: Fides - helping you keep secrets secret\n\non: [push, pull_request]\n\njobs:\n  fides:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Execute Fides Action\n        uses: joocer/fides@main\n~~~\n\n## Example Output\n\n\u003cimg src=\"result-screen.png\" width=\"1206px\"/\u003e\n\n## License \n\n[Apache 2.0](https://github.com/joocer/fides/blob/main/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoocer%2Ffides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoocer%2Ffides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoocer%2Ffides/lists"}