Skip to content

Commit b37e61d

Browse files
author
Terraform Enterprise
committed
Add Secure Pipeline AST workflow
1 parent 8d6366b commit b37e61d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Secure Pipeline | AST
2+
3+
on:
4+
push:
5+
pull_request:
6+
types:
7+
- opened
8+
- reopened
9+
- synchronize
10+
- ready_for_review
11+
- converted_to_draft
12+
schedule:
13+
- cron: '0 8 * * *' # 3am EST (UTC-5)
14+
15+
jobs:
16+
execute:
17+
uses: IDme/workflow-library/.github/workflows/secure-pipeline-ast.yml@master
18+
secrets: inherit

0 commit comments

Comments
 (0)