{"id":29458928,"url":"https://github.com/devolvdev/devolv-actions","last_synced_at":"2025-07-14T00:10:09.316Z","repository":{"id":302069830,"uuid":"1011127254","full_name":"devolvdev/devolv-actions","owner":"devolvdev","description":"GitHub Action wrapper for Devolv — modular DevOps CLI for IAM drift detection, validation, and security.","archived":false,"fork":false,"pushed_at":"2025-07-13T18:23:23.000Z","size":28,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T20:35:56.971Z","etag":null,"topics":["aws","cloud-automation","compliance","drift-detection","github-actions","iam-devsecops","infrastructure","policy-validation","security"],"latest_commit_sha":null,"homepage":"","language":"Python","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/devolvdev.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,"zenodo":null}},"created_at":"2025-06-30T10:45:35.000Z","updated_at":"2025-07-13T18:23:26.000Z","dependencies_parsed_at":"2025-06-30T12:35:01.728Z","dependency_job_id":"a037f760-2e14-4fac-8264-5e7980f38c4e","html_url":"https://github.com/devolvdev/devolv-actions","commit_stats":null,"previous_names":["devolvdev/devolv-actions"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/devolvdev/devolv-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devolvdev%2Fdevolv-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devolvdev%2Fdevolv-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devolvdev%2Fdevolv-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devolvdev%2Fdevolv-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devolvdev","download_url":"https://codeload.github.com/devolvdev/devolv-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devolvdev%2Fdevolv-actions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265224178,"owners_count":23730348,"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":["aws","cloud-automation","compliance","drift-detection","github-actions","iam-devsecops","infrastructure","policy-validation","security"],"created_at":"2025-07-14T00:10:07.661Z","updated_at":"2025-07-14T00:10:09.269Z","avatar_url":"https://github.com/devolvdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Devolv GitHub Action\n\n✅ Run **Devolv DevOps Toolkit** tools directly in GitHub workflows to secure, validate, and fix your [IAM](https://aws.amazon.com/iam/?trk=858d3377-dc99-4b71-b7d9-dfbd53b3fb6c\u0026sc_channel=ps\u0026ef_id=Cj0KCQjwss3DBhC3ARIsALdgYxM3CrKbApAwBEnURXGAMfU784VxuM2UW0KdgDrMMBbjhdDy7fIjiRUaAro9EALw_wcB:G:s\u0026s_kwcid=AL!4422!3!651612429263!p!!g!!iam!19836375022!146902912293\u0026gad_campaignid=19836375022\u0026gbraid=0AAAAADjHtp_rqCPIKwRXZ8uS4oWzACCtv\u0026gclid=Cj0KCQjwss3DBhC3ARIsALdgYxM3CrKbApAwBEnURXGAMfU784VxuM2UW0KdgDrMMBbjhdDy7fIjiRUaAro9EALw_wcB) policies — automatically.\n\n---\n\n## 🌟 What This Action Can Do\n\n👉 **Devolv Drift**\n- Detect IAM drift between your local files and deployed AWS policies\n- Auto-create GitHub PRs to fix detected drift\n- Open GitHub issues to track misalignments\n- Keep your AWS environment in sync with your source of truth\n\n👉 **Devolv Validate**\n- Validate IAM JSON/YAML files for security issues (e.g., wildcards, risky permissions)\n- Catch policy misconfigurations before they go live\n- Block PRs with unsafe changes\n\n---\n\n## 🚀 Example Use Cases\n\n✅ **Keep IAM policies aligned:** Stop worrying about manual AWS changes breaking your security posture — Devolv Drift finds and fixes them via PRs.\n\n✅ **Prevent bad policies from merging:** Devolv Validate ensures only safe IAM policies land in main.\n\n✅ **Automate governance:** Replace manual policy reviews with automatic CI/CD checks.\n\n✅ **No more surprise misconfigurations:** Everything is caught at PR time — before deployment.\n\n✅ **Zero-touch fixes:** Devolv creates issues and PRs so your team can focus on code, not IAM drift.\n\n---\n\n## 📌 Inputs\n\n| Input          | Description                             | Required |\n|----------------|-----------------------------------------|----------|\n| `tool`         | Which tool to run (`drift` or `validate`)| ✅ yes |\n| `policy-name`  | IAM policy name (required for drift)     | ❌ no (✅ yes if `drift`) |\n| `path`         | Path to local policy file or folder      | ✅ yes |\n\n---\n\n## ⚡ Example usage\n\n### 🛡️ Drift detection\n\n```yaml\n- name: Run Devolv Drift Detection\n  uses: devolvdev/devolv-actions@v2\n  with:\n    tool: drift\n    policy-name: DevolvTestPolicyHuge\n    path: ./test-devolv-policy.json\n    approvers: \"\"  # Empty by default; pass comma-separated list if needed\n    github-token: ${{ secrets.GITHUB_TOKEN }}\n    approval-anyway: false\n```\n\n### 🔍 IAM validation\n\n```yaml\n- name: Run Devolv IAM Validation\n  uses: devolvdev/devolv-actions@v2\n  with:\n    tool: validate\n    path: ./sample_policies\n```\n\n---\n\n## 🔗 Further resources\n\n➡ [Devolv Drift Onboarding + CI/CD Guide](https://extraordinary-cobbler-1d9612.netlify.app/)  \n➡ [Devolv Validate Docs](https://devolvdev.github.io/devolv/validator.html)  \n➡ [Devolv Project on GitHub](https://github.com/devolvdev)\n\n---\n\nBuilt with ❤️ to make IAM security effortless.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevolvdev%2Fdevolv-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevolvdev%2Fdevolv-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevolvdev%2Fdevolv-actions/lists"}