{"id":17680458,"url":"https://github.com/hahwul/zest-env","last_synced_at":"2025-05-12T13:40:43.125Z","repository":{"id":65160033,"uuid":"497332881","full_name":"hahwul/zest-env","owner":"hahwul","description":"🐋 Zest CLI Environment","archived":false,"fork":false,"pushed_at":"2024-05-05T15:01:08.000Z","size":33,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-21T09:54:50.261Z","etag":null,"topics":["docker-image","environment","github-action","script","security","zest","zest-lang"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/hahwul.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-28T13:56:48.000Z","updated_at":"2024-08-12T20:23:38.000Z","dependencies_parsed_at":"2023-11-26T15:04:31.671Z","dependency_job_id":"289c2133-7fe8-4655-beb1-e77bb409de0e","html_url":"https://github.com/hahwul/zest-env","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"44d6f002b0a836cef6329310eef2dc3e76783fa4"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fzest-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fzest-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fzest-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fzest-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hahwul","download_url":"https://codeload.github.com/hahwul/zest-env/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253749405,"owners_count":21958114,"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","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":["docker-image","environment","github-action","script","security","zest","zest-lang"],"created_at":"2024-10-24T09:07:35.032Z","updated_at":"2025-05-12T13:40:43.056Z","avatar_url":"https://github.com/hahwul.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zest-env\n[![CI](https://github.com/hahwul/zest-env/actions/workflows/docker.yml/badge.svg)](https://github.com/hahwul/zest-env/actions/workflows/docker.yml)\n[![CD](https://github.com/hahwul/zest-env/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/hahwul/zest-env/actions/workflows/docker-publish.yml)\n\n## 🤔 What is Zest\n\u003e Zest is an experimental specialized scripting language (also known as a domain-specific language) originally developed by the Mozilla security team and is intended to be used in web oriented security tools.\n*from https://www.zaproxy.org/docs/desktop/addons/zest/*\n\nIt is included by default with ZAP. However, it can also be used as the CLI. this repository for easy setup the CLI environment.\n\n## 📚 Usage\n### Github action\n```yaml\n- name: Zest CLI\n  uses: hahwul/zest-env@v1.1.4\n  with:\n    script: \u003cYOUR-ZEST-SCRIPT\u003e\n    flags: \"-token 'id=secret' -token 'password=secret'\"\n```\n\n*Flags*\n- `-summary`\n- `-list`\n- `-debug`\n- `-timeout`: timeout for requests in second\n- `-prefix`: http://prefix\n- `-token`: name=value\n- `-http-auth-site`: site\n- `-http-auth-realm`: realm\n- `-http-auth-user`: user\n- `-http-auth-password`: password\n- `-insecure`: skip the SSL certificate check\n\n### Dockerhub\n#### In CLI\n```\ndocker pull hahwul/zest-env\ndocker pull hahwul/zest-env:latest\ndocker pull hahwul/zest-env:v1.1.4\n```\n![](https://user-images.githubusercontent.com/13212227/170864242-bebfa421-21cc-4f27-8077-230fdfe47202.png)\n\n#### In Dockerfile\n```dockerfile\nFROM hahwul/zest-env:v1.1.4\n# Add your Job\nRUN /usr/bin/zest -script \u003cFILENAME\u003e\n```\n\n### Github Container Registry (GHCR)\n#### In CLI\n```\ndocker pull ghcr.io/hahwul/zest-env:v1.1.4\n```\n![](https://user-images.githubusercontent.com/13212227/170864338-f557b07c-9dc0-4500-84b4-13a86c5411da.png)\n\n#### In Dockerfile\n```dockerfile\nFROM ghcr.io/hahwul/zest-env:v1.1.4\n# Add your Job\nRUN /usr/bin/zest -script \u003cFILENAME\u003e\n```\n\n### Local build\n```\ngit clone https://github.com/hahwul/zest-env\ncd zest-env\ndocker build .\n```\n\n## Resources\n- https://www.zaproxy.org/docs/desktop/addons/zest/\n- https://github.com/zaproxy/zest/\n- https://twitter.com/hahwul/status/1530234639469932544\n- https://www.hahwul.com/2022/05/19/zest-and-headless-authentication-script/\n- https://www.hahwul.com/2022/05/28/zest-in-cli/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahwul%2Fzest-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhahwul%2Fzest-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahwul%2Fzest-env/lists"}