Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 662 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 662 Bytes

Running

Compose

To run with docker-compose, use the docker-compose-sample.yamlπ file.

docker-compose up super-sast

Red Hat OpenShift Devfile

If you have odo installed, you can run the application with the devfile.yaml file on an OpenShift cluster.

odo dev

Then access the container via

oc logs deployment.apps/super-sast-app

Devspace.sh (not affilated with Red Hat)

To run with devspace command

DEVSPACE_CONFIG=devspace-super-sast.yaml devspace dev

Pipeline

TBD: help welcome :)

Github Actions

TBD: help welcome :)