{"id":48771658,"url":"https://github.com/ptonini/pull-secrets-creator","last_synced_at":"2026-04-13T11:00:37.364Z","repository":{"id":62771285,"uuid":"562296213","full_name":"ptonini/pull-secrets-creator","owner":"ptonini","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-03T05:39:37.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-02T01:40:49.316Z","etag":null,"topics":["container-image","github-flow"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ptonini.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-11-05T22:24:58.000Z","updated_at":"2023-05-03T04:58:26.000Z","dependencies_parsed_at":"2024-06-21T09:55:00.786Z","dependency_job_id":"b6249e45-51a3-4e86-bfc4-a393042f6ec2","html_url":"https://github.com/ptonini/pull-secrets-creator","commit_stats":{"total_commits":14,"total_committers":5,"mean_commits":2.8,"dds":0.5,"last_synced_commit":"8d94653f28ebd0bbd93e15e6366162400c1d879b"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ptonini/pull-secrets-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptonini%2Fpull-secrets-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptonini%2Fpull-secrets-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptonini%2Fpull-secrets-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptonini%2Fpull-secrets-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptonini","download_url":"https://codeload.github.com/ptonini/pull-secrets-creator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptonini%2Fpull-secrets-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["container-image","github-flow"],"created_at":"2026-04-13T11:00:22.279Z","updated_at":"2026-04-13T11:00:37.360Z","avatar_url":"https://github.com/ptonini.png","language":"Go","readme":"[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ptonini_pod-ca-injector\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ptonini_pod-ca-injector)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=ptonini_pod-ca-injector\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=ptonini_pod-ca-injector)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=ptonini_pod-ca-injector\u0026metric=bugs)](https://sonarcloud.io/summary/new_code?id=ptonini_pod-ca-injector)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ptonini_pod-ca-injector\u0026metric=security_rating)](https://sonarcloud.io/summary/new_code?id=ptonini_pod-ca-injector)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=ptonini_pod-ca-injector\u0026metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=ptonini_pod-ca-injector)\n\n# Go API Server for kac\n\nThis is a generic definition for a Kubernetes Admission Controller. It implements both validate an mutate routes\n\n## Overview\nThis server was generated by the [openapi-generator]\n(https://openapi-generator.tech) project.\nBy using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate a server stub.\n-\n\nTo see how to make this your own, look here:\n\n[README](https://openapi-generator.tech)\n\n- API version: 1.0.0\n- Build date: 2022-07-26T01:04:19.810700-03:00[America/Fortaleza]\n\n### Running the server\n\nTo run the server, follow these simple steps:\n\n```\ngo run main.go\n```\n\nTo run the server in a docker container\n```\ndocker build --network=host -t kac .\n```\n\nOnce the image is built, just run\n```\ndocker run --rm -it kac \n```\n\n### Known Issue\n\nEndpoints sharing a common path may result in issues. For example, `/v2/pet/findByTags` and `/v2/pet/:petId` will result in an issue with the Gin framework. For more information about this known limitation, please refer to [gin-gonic/gin#388](https://github.com/gin-gonic/gin/issues/388) for more information.\n\nA workaround is to manually update the path and handler. Please refer to [gin-gonic/gin/issues/205#issuecomment-296155497](https://github.com/gin-gonic/gin/issues/205#issuecomment-296155497) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptonini%2Fpull-secrets-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptonini%2Fpull-secrets-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptonini%2Fpull-secrets-creator/lists"}