diff options
Diffstat (limited to 'test/terraform/install_tfsec.sh')
-rw-r--r-- | test/terraform/install_tfsec.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/terraform/install_tfsec.sh b/test/terraform/install_tfsec.sh new file mode 100644 index 0000000..0c9a48b --- /dev/null +++ b/test/terraform/install_tfsec.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +set -e + +# Import test library for `check` command +source dev-container-features-test-lib + +# Check to make sure the user is vscode +check "user is vscode" whoami | grep vscode + +# TFSec specific tests +check "tfsec" tfsec --version + +# Report result +reportResults
\ No newline at end of file |