Update README.md
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 10s
CI / check (push) Successful in 9m24s
CI / build (push) Successful in 9m35s

This commit is contained in:
2025-12-29 17:37:53 -06:00
parent 754eb33e10
commit 22b49c9548

View File

@@ -87,18 +87,25 @@ The project uses [Task](https://taskfile.dev/) for all development tasks.
| docker-build | Build Docker image |
| docker-run | Run Docker container |
| docker | Build and run Docker container |
| podman-build | Build Podman image |
| podman-run | Run Podman container |
| podman | Build and run Podman container |
| version:minor | Bump version minor |
| version:major | Bump version major |
| setup | Setup development environment |
| install | Install dependencies |
| install:ci | Install dependencies for CI |
example: task dev
you might want to set alias alias task=`go-task`
you might nee to set alias alias task=`go-task`
```
## Building Docker Image
## Building Container Image
Uses Chainguard Images which are rootless and very minimal images.
### Using Docker
```sh
task docker-build
task docker-run
@@ -110,6 +117,19 @@ Or use the combined task:
task docker
```
### Using Podman
```sh
task podman-build
task podman-run
```
Or use the combined task:
```sh
task podman
```
## Contributing
Send email to [team@quad4.io](mailto:team@quad4.io) with your feedback or any issues you may have.