Skip to content

Commit ec70d95

Browse files
committed
added checkov.yaml
1 parent 7be3507 commit ec70d95

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.github/workflows/checkov.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
#
2+
# Author: Hari Sekhon
3+
# Date: Tue Feb 4 09:53:28 2020 +0000
4+
#
5+
# vim:ts=2:sts=2:sw=2:et
6+
#
7+
# https://github.com/harisekhon/templates
8+
#
9+
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
10+
#
11+
# https://www.linkedin.com/in/harisekhon
12+
#
13+
14+
# ============================================================================ #
15+
# C h e c k o v G i t H u b W o r k f l o w
16+
# ============================================================================ #
17+
18+
# Static analysis of Terraform code - publishes report to GitHub Security tab
19+
20+
# https://github.com/bridgecrewio/checkov-action
21+
22+
---
23+
name: Checkov
24+
25+
on:
26+
push:
27+
branches:
28+
- master
29+
- main
30+
pull_request:
31+
branches:
32+
- master
33+
- main
34+
workflow_dispatch:
35+
schedule:
36+
- cron: '0 0 * * 1'
37+
38+
jobs:
39+
checkov:
40+
name: Checkov
41+
uses: HariSekhon/GitHub-Actions/.github/workflows/checkov.yaml@master

0 commit comments

Comments
 (0)