Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed May 5, 2024
1 parent 8f4790d commit 7b18ff2
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].3
uses: hahwul/[email protected].4
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.3
docker pull hahwul/zest-env:v1.1.4
```
![](https://user-images.githubusercontent.com/13212227/170864242-bebfa421-21cc-4f27-8077-230fdfe47202.png)

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

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

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

0 comments on commit 7b18ff2

Please sign in to comment.