Skip to content

Commit

Permalink
call reusable terratest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
richgreen-moj committed Oct 8, 2024
1 parent b765f83 commit 9d5d583
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/call-reusable-code-scanning.yml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions .github/workflows/call-reusable-go-terratest.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9d5d583

Please sign in to comment.