#!/usr/bin/env bash

# Configure shell.
set -u -e

checkov --quiet --compact --config-file ./checkov.yaml --download-external-modules false -d ./scan/modules --soft-fail-on ORCD_AWS_2
