#!/bin/sh
cd /usr/share/checkov
source venv/bin/activate
exec python bin/checkov "$@"
