Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul authored May 5, 2024
1 parent 7f99260 commit efb29a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is included by default with ZAP. However, it can also be used as the CLI. thi
### Github action
```yaml
- name: Zest CLI
uses: hahwul/[email protected].2
uses: hahwul/[email protected].3
with:
script: <YOUR-ZEST-SCRIPT>
flags: "-token 'id=secret' -token 'password=secret'"
Expand All @@ -36,27 +36,27 @@ It is included by default with ZAP. However, it can also be used as the CLI. thi
```
docker pull hahwul/zest-env
docker pull hahwul/zest-env:latest
docker pull hahwul/zest-env:v1.1.2
docker pull hahwul/zest-env:v1.1.3
```
![](https://user-images.githubusercontent.com/13212227/170864242-bebfa421-21cc-4f27-8077-230fdfe47202.png)
#### In Dockerfile
```dockerfile
FROM hahwul/zest-env:v1.1.2
FROM hahwul/zest-env:v1.1.3
# Add your Job
RUN /usr/bin/zest -script <FILENAME>
```

### Github Container Registry (GHCR)
#### In CLI
```
docker pull ghcr.io/hahwul/zest-env:v1.1.2
docker pull ghcr.io/hahwul/zest-env:v1.1.3
```
![](https://user-images.githubusercontent.com/13212227/170864338-f557b07c-9dc0-4500-84b4-13a86c5411da.png)

#### In Dockerfile
```dockerfile
FROM ghcr.io/hahwul/zest-env:v1.1.2
FROM ghcr.io/hahwul/zest-env:v1.1.3
# Add your Job
RUN /usr/bin/zest -script <FILENAME>
```
Expand Down

0 comments on commit efb29a6

Please sign in to comment.