diff --git a/.github/workflows/call-reusable-code-scanning.yml b/.github/workflows/call-reusable-code-scanning.yml index f87f9e4..556389e 100644 --- a/.github/workflows/call-reusable-code-scanning.yml +++ b/.github/workflows/call-reusable-code-scanning.yml @@ -1,8 +1,9 @@ +name: Call Reusable Code Scanning Workflow on: workflow_dispatch: push: branches: spike/7108-reusable-workflows jobs: call-reusable-code-scanning-workflow: - uses: ministryofjustice/modernisation-platform-terraform-module-template/.github/workflows/reusable-code-scanning.yml@2c644556ec644dcda200714130ef5fbed43e616c + uses: ministryofjustice/modernisation-platform-terraform-module-template/.github/workflows/reusable-code-scanning.yml@3b24631f6d955293b7cf1cf5f6eb2cc4255ba274 secrets: inherit diff --git a/.github/workflows/call-reusable-go-terratest.yml b/.github/workflows/call-reusable-go-terratest.yml new file mode 100644 index 0000000..e78b635 --- /dev/null +++ b/.github/workflows/call-reusable-go-terratest.yml @@ -0,0 +1,9 @@ +name: Call Reusable Go Terratest Workflow +on: + workflow_dispatch: + push: + branches: spike/7108-reusable-workflows +jobs: + call-reusable-code-scanning-workflow: + uses: ministryofjustice/modernisation-platform-terraform-module-template/.github/workflows/reusable-code-scanning.yml@3b24631f6d955293b7cf1cf5f6eb2cc4255ba274 + secrets: inherit \ No newline at end of file