{"id":17685958,"url":"https://github.com/geekmasher/gungnir","last_synced_at":"2025-08-07T09:17:35.401Z","repository":{"id":176390860,"uuid":"656844456","full_name":"GeekMasher/gungnir","owner":"GeekMasher","description":"Gungnir - Homelab Automation Tool to Guard your very own Asgard","archived":false,"fork":false,"pushed_at":"2025-06-19T20:03:49.000Z","size":295,"stargazers_count":16,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-19T21:19:10.130Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/gungnir/","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/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,"zenodo":null}},"created_at":"2023-06-21T18:59:40.000Z","updated_at":"2025-06-19T20:02:41.000Z","dependencies_parsed_at":"2023-10-13T02:35:15.492Z","dependency_job_id":"f0ecd023-9e6a-4a24-9f06-e754aec199a3","html_url":"https://github.com/GeekMasher/gungnir","commit_stats":null,"previous_names":["geekmasher/gungnir"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/GeekMasher/gungnir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fgungnir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fgungnir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fgungnir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fgungnir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeekMasher","download_url":"https://codeload.github.com/GeekMasher/gungnir/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fgungnir/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269231378,"owners_count":24382366,"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-08-07T02:00:09.698Z","response_time":73,"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"}},"keywords":[],"created_at":"2024-10-24T10:29:33.511Z","updated_at":"2025-08-07T09:17:35.352Z","avatar_url":"https://github.com/GeekMasher.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gungnir\n\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/GeekMasher/gungnir)\n[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/geekmasher/gungnir/python-package.yml?style=for-the-badge)](https://github.com/GeekMasher/gungnir/actions/workflows/python-package.yml?query=branch%3Amain)\n[![GitHub Issues](https://img.shields.io/github/issues/geekmasher/gungnir?style=for-the-badge)](https://github.com/GeekMasher/gungnir/issues)\n[![GitHub Stars](https://img.shields.io/github/stars/geekmasher/gungnir?style=for-the-badge)](https://github.com/GeekMasher/gungnir)\n[![Python Versions](https://img.shields.io/pypi/pyversions/gungnir?style=for-the-badge)](https://pypi.org/project/gungnir/)\n[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)\n\n\u003c/div\u003e\n\n## Overview\n\nGungnir is a Homelab Automation Bot to Guard your very own Asgard from the dangerous world of out of date components.\n\n## Example\n\n![DependencyTrack Example](./assets/dependency-track-example.png)\n\n## Usage\n\n### CLI\n\n**Requirements:**\n\n- Python 3.9+\n- [Syft](https://github.com/anchore/syft) (generate bill of materials)\n\n**Install (pip):**\n\n```bash\npip install gungnir\n```\n\n**Help:**\n\n```bash\npython -m gungnir --help\n```\n\n```\nGungnir - Homelab Automation Tool to Guard your very own Asgard\n\noptions:\n  -h, --help            show this help message and exit\n  --debug               Enable Debug mode\n  --banner              Show banner\n  --version             Show version\n  --container           Enable container mode\n  --disable-banner      Disable banner\n  --hostname HOSTNAME   Hostname (mainly for containers)\n\nDependencyTrack:\n  -t TOKEN, --token TOKEN\n                        DependencyTrack Token\n  -i INSTANCE, --instance INSTANCE\n                        DependencyTrack Instance\n```\n\n### Docker-Compose\n\nDownload the [`docker-compose.yml` example](./docker-compose.yml) and run with the following command:\n\n```bash\ndocker-compose up\n```\n\n**Environment Variable:**\n\n```env\nDEPENDENCYTRACK_URL=http://localhost:9090\nDEPENDENCYTRACK_TOKEN=ABCD...\n```\n\n## License\n\nThis project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.\n\n## Support\n\nPlease create issues for any feature requests, bugs, or documentation problems.\n\n## Acknowledgement\n\n- @GeekMasher - Author and Maintainer\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekmasher%2Fgungnir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeekmasher%2Fgungnir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekmasher%2Fgungnir/lists"}