diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml new file mode 100644 index 0000000..103f88a --- /dev/null +++ b/.github/workflows/tfsec.yml @@ -0,0 +1,14 @@ +name: tfsec +permissions: write-all + +on: + pull_request: + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: +jobs: + call-workflow-tfsec: + uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master + secrets: inherit + with: + working_directory: './_example'