File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments