{"id":14979975,"url":"https://github.com/runningcode/tagger","last_synced_at":"2026-03-10T05:01:51.863Z","repository":{"id":47429799,"uuid":"391076038","full_name":"runningcode/tagger","owner":"runningcode","description":"Easily tag build scans from Gradle plugins","archived":false,"fork":false,"pushed_at":"2022-06-30T12:40:49.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T13:48:00.551Z","etag":null,"topics":["buildscan","gradle","gradle-plugin","tag"],"latest_commit_sha":null,"homepage":"","language":"Java","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/runningcode.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-30T13:34:08.000Z","updated_at":"2023-07-31T16:40:43.000Z","dependencies_parsed_at":"2022-07-22T10:47:45.890Z","dependency_job_id":null,"html_url":"https://github.com/runningcode/tagger","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/runningcode/tagger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runningcode%2Ftagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runningcode%2Ftagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runningcode%2Ftagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runningcode%2Ftagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runningcode","download_url":"https://codeload.github.com/runningcode/tagger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runningcode%2Ftagger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30325598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"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":["buildscan","gradle","gradle-plugin","tag"],"created_at":"2024-09-24T14:01:03.183Z","updated_at":"2026-03-10T05:01:51.812Z","avatar_url":"https://github.com/runningcode.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tagger\n\nThis project makes it easier for plugin authors and buildscript authors to tag builds without needing to check if the Gradle Enterprise plugin is applied.\n\n## Buildscript authors\n\nTo use as a buildscript author, add the plugin to your build.gradle plugins block:\n```\nplugins {\n  id(\"com.osacky.tagger\") version \"0.3-SNAPSHOT\"\n}\n```\n\nThen call the corresponding method on the extension:\n\nTo tag a build:\n```groovy\ntaggerApi {\n    tag(\"foo\")\n}\n```\n\nTo add a value to a build:\n```groovy\ntaggerApi {\n    value(\"key\", \"value\")\n}\n```\n\nTo add a link to a build:\n```groovy\ntaggerApi {\n    link(\"Gradle\", \"https://gradle.com\")\n}\n```\n\n## Plugin authors\n\nFirst add tagger as a compile dependency:\n```\ndependencies {\n  implementation(\"com.osacky.tagger:tagger-lib:0.3-SNAPSHOT\")\n}\n```\n\nTo tag a build:\n```groovy\nnew ScanApi(project).tag(\"foo\")\n```\n\nTo add a value to a build:\n```groovy\nnew ScanApi(project).value(\"key\", \"value\")\n```\n\nTo add a link to a build:\n```groovy\nnew ScanApi(project).link(\"Gradle\", \"https://gradle.com\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunningcode%2Ftagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunningcode%2Ftagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunningcode%2Ftagger/lists"}