Skip to content

Commit

Permalink
upadted workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-f committed Sep 21, 2024
1 parent 3b736c0 commit 57a2e2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/org-checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:
workflow_call:

jobs:
check-markdown:
Checkov_Scan:
uses: Coalfire-CF/Actions/.github/workflows/org-checkov.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/org-md-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:
workflow_call:

jobs:
check-markdown:
Markdonw_Lint:
uses: Coalfire-CF/Actions/.github/workflows/org-markdown-lint.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/org-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:
- main

jobs:
create-release:
Create-Release:
uses: Coalfire-CF/Actions/.github/workflows/org-release.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/org-terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on:
workflow_call:

jobs:
terraform-docs:
Terraform_Docs:
uses: Coalfire-CF/Actions/.github/workflows/org-terraform-docs.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/org-terraform-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**'

jobs:
terraform-fmt:
Terraform_Fmt:
uses: Coalfire-CF/Actions/.github/workflows/org-terraform-fmt.yml@main
with:
terraform_version: '1.9.5'
2 changes: 1 addition & 1 deletion .github/workflows/org-terraform-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- opened

jobs:
create-release:
Terraform_Validate:
uses: Coalfire-CF/Actions/.github/workflows/org-terraform-validate.yml@main
with:
terraform_version: '1.9.5'

0 comments on commit 57a2e2d

Please sign in to comment.