generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b765f83
commit 9d5d583
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |