Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 245 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 245 Bytes

Testing policies

Run OPA in Docker

docker run -ti --rm \
    --name opa-tests \
    -v $(pwd)/policies:/opt/opa/policies \
    -p 8181:8181 \
    openpolicyagent/opa \
    run -s /opt/opa/policies

Test

python3 run.py