{"id":5903947,"name":"GETProtocolLab/get-toolkit-action","ecosystem":"actions","description":"Lints using Dockle and ArgoCD diff and sends notification to slack","homepage":null,"licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/GETProtocolLab/get-toolkit-action","keywords_array":["platform"],"namespace":"GETProtocolLab","versions_count":1,"first_release_published_at":"2022-08-09T06:27:13.000Z","latest_release_published_at":"2022-08-09T06:27:13.000Z","latest_release_number":"v0.0.1","last_synced_at":"2026-04-24T18:34:54.026Z","created_at":"2023-01-19T00:10:28.915Z","updated_at":"2026-04-24T18:34:54.026Z","registry_url":"https://github.com/GETProtocolLab/get-toolkit-action","install_command":null,"documentation_url":null,"metadata":{"name":"GET Toolkit to lint and notify failures","description":"Lints using Dockle and ArgoCD diff and sends notification to slack","inputs":{"registry":{"description":"Registry's host","required":false,"default":"ghcr.io"},"user":{"description":"Registry's user","required":false,"default":"${{ github.actor }}"},"password":{"description":"Registry user's password or token","required":true},"image":{"description":"Docker image name with tag","required":true},"dockle":{"description":"Enable dockle linting steps (Default: true)","required":false,"default":true},"argocd":{"description":"Enable argocd diff on PRs (Default: true)","required":false,"default":true},"argocd-auth":{"description":"ArgoCD Auth token for production","required":false},"argocd-auth-staging":{"description":"ArgoCD Auth token for staging","required":false},"argocd-auth-testing":{"description":"ArgoCD Auth token for testing","required":false},"argocd-server-testing":{"description":"ArgoCD server URI for testing","required":false},"argocd-server-staging":{"description":"ArgoCD server URI for staging","required":false},"argocd-server":{"description":"ArgoCD server URI for production","required":false},"github-secret":{"description":"GitHub Secret for Actions","required":true},"slack-webhook":{"description":"Slack Webhook for notifications","required":true},"deploy-fail-notification":{"description":"Send notification to Slack for deploy failure","required":false,"default":false}},"runs":{"using":"composite","steps":[{"uses":"actions/checkout@v4"},{"name":"Set up Docker Buildx","if":"${{ inputs.dockle }}","uses":"docker/setup-buildx-action@v1"},{"name":"Log in to GitHub Registry","if":"${{ inputs.dockle }}","uses":"docker/login-action@v1.10.0","with":{"registry":"${{ inputs.registry }}","username":"${{ inputs.user }}","password":"${{ inputs.password }}"}},{"name":"Dockle Security Check","if":"${{ inputs.dockle }}","uses":"erzz/dockle-action@v1","with":{"image":"${{ inputs.image }}","failure-threshold":"fatal","exit-code":1}},{"uses":"imranismail/setup-kustomize@v1","if":"${{ inputs.argocd }}"},{"uses":"quizlet/argocd-diff-action@master","name":"ArgoCD Diff testing","if":"${{ inputs.argocd }}","with":{"argocd-server-url":"${{ inputs.argocd-server-testing }}","argocd-token":"${{ inputs.argocd-auth-testing }}","github-token":"${{ inputs.github-secret }}","argocd-version":"v2.1.6","argocd-extra-cli-args":"--grpc-web"}},{"uses":"quizlet/argocd-diff-action@master","name":"ArgoCD Diff staging","if":"${{ inputs.argocd }}","with":{"argocd-server-url":"${{ inputs.argocd-server-staging }}","argocd-token":"${{ inputs.argocd-auth-staging }}","github-token":"${{ inputs.github-secret }}","argocd-version":"v2.1.6","argocd-extra-cli-args":"--grpc-web"}},{"uses":"quizlet/argocd-diff-action@master","name":"ArgoCD Diff production","if":"${{ inputs.argocd }}","with":{"argocd-server-url":"${{ inputs.argocd-server }}","argocd-token":"${{ inputs.argocd-auth }}","github-token":"${{ inputs.github-secret }}","argocd-version":"v2.1.6","argocd-extra-cli-args":"--grpc-web"}},{"name":"Dockle Slack Notification","uses":"rtCamp/action-slack-notify@v2","if":"${{ failure() \u0026\u0026 inputs.dockle }}","env":{"SLACK_CHANNEL":"dev","SLACK_COLOR":"${{ job.status }}","SLACK_MESSAGE":"Lint action check on *${{ github.ref_name }}* has failed for ${{ github.repository }}\n","SLACK_TITLE":"Deployment Failed","SLACK_USERNAME":"github-actions-status","SLACK_WEBHOOK":"${{ inputs.slack-webhook }}","SLACK_ICON":"https://github.com/GETProtocolLab.png?size=48"}},{"name":"Deployment Failure Slack Notification","uses":"rtCamp/action-slack-notify@v2","if":"${{ inputs.deploy-fail-notification }}","env":{"SLACK_CHANNEL":"dev","SLACK_COLOR":"${{ job.status }}","SLACK_MESSAGE":"Lint action check on *${{ github.ref_name }}* has failed for ${{ github.repository }}\n","SLACK_TITLE":"Deployment Failed","SLACK_USERNAME":"github-actions-status","SLACK_WEBHOOK":"${{ inputs.slack-webhook }}","SLACK_ICON":"https://github.com/GETProtocolLab.png?size=48"}}]},"default_branch":"master","path":null},"repo_metadata":{"uuid":"522817583","full_name":"GETProtocolLab/get-toolkit-action","owner":"GETProtocolLab","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-20T07:42:35.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-07-14T11:19:59.904Z","etag":null,"topics":["platform"],"latest_commit_sha":null,"homepage":null,"language":null,"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/GETProtocolLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-09T05:41:58.000Z","updated_at":"2022-08-31T07:12:38.000Z","dependencies_parsed_at":"2023-01-18T15:30:58.468Z","dependency_job_id":null,"html_url":"https://github.com/GETProtocolLab/get-toolkit-action","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"a50a80c9f862d36a30c835e383deb62a7298ab6b"},"previous_names":[],"tags_count":1,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fget-toolkit-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fget-toolkit-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fget-toolkit-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fget-toolkit-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GETProtocolLab","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":151065602,"owners_count":6901233,"icon_url":"https://github.com/github.png","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"},"tags":[{"name":"v0.0.1","sha":"1c8273779aae08c82b3b3fcebde6dfb21f619271","kind":"commit","published_at":"2022-08-09T06:27:13.000Z","download_url":"https://codeload.github.com/GETProtocolLab/get-toolkit-action/tar.gz/v0.0.1","html_url":"https://github.com/GETProtocolLab/get-toolkit-action/releases/tag/v0.0.1","dependencies_parsed_at":"2023-05-31T15:46:40.013Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fget-toolkit-action/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GETProtocolLab%2Fget-toolkit-action/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2023-08-06T21:32:07.015Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":49.38656863164194,"forks_count":37.2590091052879,"average":32.376138160988326},"purl":"pkg:githubactions/GETProtocolLab/get-toolkit-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/GETProtocolLab/get-toolkit-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/GETProtocolLab/get-toolkit-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/GETProtocolLab/get-toolkit-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T09:49:26.770Z","issues_count":0,"pull_requests_count":1,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":5704994.0,"issues_closed_count":0,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fget-toolkit-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fget-toolkit-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fget-toolkit-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fget-toolkit-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fget-toolkit-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/GETProtocolLab%2Fget-toolkit-action/codemeta","maintainers":[]}