https://github.com/stackguardian/wf-prestep-container
Docker container as pre Step workflow inf StackGuardian.io
https://github.com/stackguardian/wf-prestep-container
Last synced: about 1 year ago
JSON representation
Docker container as pre Step workflow inf StackGuardian.io
- Host: GitHub
- URL: https://github.com/stackguardian/wf-prestep-container
- Owner: StackGuardian
- Created: 2025-01-09T07:23:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T08:22:37.000Z (about 1 year ago)
- Last Synced: 2025-04-17T23:18:26.312Z (about 1 year ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wf-prestep-container
Docker container as pre Step workflow inf StackGuardian.io
## 1. Checkout
```shell
git clone https://github.com/StackGuardian/wf-prestep-container.git
```
## 2. Add script to the /scripts folder
## 3. Build docker image
```shell
docker build .
```
## 4. Login into registry
```shell
docker login -u -p
```
## 5. Push Image to a registry
```shell
docker push
```
## 6. Create Workflow Step Template
[Create a Workflow Step](https://docs.stackguardian.io/docs/develop/library/workflow_step/)