{"id":37771255,"url":"https://github.com/antonmarin/secret-yaml","last_synced_at":"2026-01-16T14:52:56.618Z","repository":{"id":56372103,"uuid":"170967112","full_name":"antonmarin/secret-yaml","owner":"antonmarin","description":"Lightweight tool to encrypt yaml values, which you can quickly install right inside your pipeline","archived":false,"fork":false,"pushed_at":"2023-02-07T06:45:24.000Z","size":86,"stargazers_count":5,"open_issues_count":6,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T12:06:23.780Z","etag":null,"topics":["cli","deploy","encryption","golang","secret-management","tool","yaml"],"latest_commit_sha":null,"homepage":"","language":"Go","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/antonmarin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2019-02-16T05:35:39.000Z","updated_at":"2023-04-03T09:01:48.000Z","dependencies_parsed_at":"2023-02-18T04:31:20.317Z","dependency_job_id":null,"html_url":"https://github.com/antonmarin/secret-yaml","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/antonmarin/secret-yaml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmarin%2Fsecret-yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmarin%2Fsecret-yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmarin%2Fsecret-yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmarin%2Fsecret-yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonmarin","download_url":"https://codeload.github.com/antonmarin/secret-yaml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmarin%2Fsecret-yaml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["cli","deploy","encryption","golang","secret-management","tool","yaml"],"created_at":"2026-01-16T14:52:56.525Z","updated_at":"2026-01-16T14:52:56.594Z","avatar_url":"https://github.com/antonmarin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secret-yaml\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/e047b9311147b1e8b419/maintainability)](https://codeclimate.com/github/antonmarin/secret-yaml/maintainability)\n[![Coverage Status](https://coveralls.io/repos/github/antonmarin/secret-yaml/badge.svg?branch=master)](https://coveralls.io/github/antonmarin/secret-yaml?branch=master)\n[![GoDoc](https://godoc.org/github.com/antonmarin/secret-yaml?status.svg)](https://godoc.org/github.com/antonmarin/secret-yaml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/antonmarin/secret-yaml)](https://goreportcard.com/report/github.com/antonmarin/secret-yaml)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fantonmarin%2Fsecret-yaml.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fantonmarin%2Fsecret-yaml?ref=badge_shield)\n\n## Goal\n\nLightweight tool to encrypt yaml values,\nwhich you can quickly install right inside your pipeline.\nUsable when you don't need centralized secrets management.\n\n## Install\n\n```\nexport OS=$(uname | tr '[:upper:]' '[:lower:]')\ncurl -LsSo /usr/local/bin/syml https://github.com/antonmarin/secret-yaml/releases/latest/download/syml-$OS\nchmod +x /usr/local/bin/syml\n```\n\n## Usage\n\n- `export SYML_SECRET=$(syml generateSecretKey)`\n  generate secret and store inside env variable\n- `syml encrypt --secret=${SYML_SECRET}\n  ~/decryptedSecrets/secret.yaml \u003e ~/encryptedSecrets/secret.yaml`\n  encrypt values inside yaml-file and save to new file\n- `syml decrypt --secret=${SYML_SECRET}\n  ~/encryptedSecrets/secret.yaml \u003e ~/decryptedSecrets/secret.yaml`\n  decrypt values inside yaml-file and save to new file\n\n[![asciicast](https://asciinema.org/a/256378.svg)](https://asciinema.org/a/256378)\n\n`syml help` to get more about usage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonmarin%2Fsecret-yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonmarin%2Fsecret-yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonmarin%2Fsecret-yaml/lists"}