Skip to content

Commit 183d6e2

Browse files
author
Douglas Francis
committed
replaced old actions with org based actions
1 parent 07e1e43 commit 183d6e2

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

.github/workflows/org-checkov.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Org Checkov
2+
on:
3+
pull_request:
4+
paths:
5+
- '**.tf'
6+
branches:
7+
- main
8+
workflow_call:
9+
10+
jobs:
11+
check-markdown:
12+
uses: Coalfire-CF/Actions/.github/workflows/org-checkov.yml@main

.github/workflows/org-md-lint.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Markdown Lint
2+
on:
3+
pull_request:
4+
paths:
5+
- '**.md'
6+
branches:
7+
- main
8+
workflow_call:
9+
10+
jobs:
11+
check-markdown:
12+
uses: Coalfire-CF/Actions/.github/workflows/org-markdown-lint.yml@main

.github/workflows/org-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Org Release
2+
on:
3+
pull_request:
4+
types:
5+
- closed
6+
branches:
7+
- main
8+
9+
jobs:
10+
create-release:
11+
uses: Coalfire-CF/Actions/.github/workflows/org-release.yml@main
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Org Terraform Docs
2+
on:
3+
pull_request:
4+
workflow_call:
5+
6+
jobs:
7+
terraform-docs:
8+
uses: Coalfire-CF/Actions/.github/workflows/org-terraform-docs.yml@main

0 commit comments

Comments
 (0)