Skip to content

Commit 58ae406

Browse files
committed
added .checkov.yaml
1 parent 1774fc0 commit 58ae406

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.checkov.yaml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
#
2+
# Author: Hari Sekhon
3+
# Date: 2022-02-21 16:53:29 +0000 (Mon, 21 Feb 2022)
4+
#
5+
# vim:ts=2:sts=2:sw=2:et
6+
#
7+
# https://github.com/HariSekhon/SQL-scripts
8+
#
9+
# License: see accompanying Hari Sekhon LICENSE file
10+
#
11+
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
12+
#
13+
# https://www.linkedin.com/in/HariSekhon
14+
#
15+
16+
# ============================================================================ #
17+
# C h e c k o v c o n f i g
18+
# ============================================================================ #
19+
20+
# https://github.com/bridgecrewio/checkov#configuration-using-a-config-file
21+
#
22+
# This is not well documented but the fields seem to be the same as:
23+
#
24+
# checkov --help
25+
#
26+
# See master template at:
27+
#
28+
# https://github.com/HariSekhon/Templates/blob/master/.checkov.yaml
29+
30+
---
31+
compact: true
32+
directory:
33+
- .
34+
skip-path:
35+
- bash-tools
36+
download-external-modules: true # without this gets lots of annoying warning lines such as '2022-02-22 16:14:40,180 [MainThread ] [WARNI] Failed to download module x/y/z:n.n.n'
37+
framework:
38+
- all
39+
no-guide: true
40+
output: cli
41+
quiet: true
42+
repo-id: HariSekhon/SQL-scripts # what to report to Bridgecrew Cloud - without this gets annoying duplicate repos such as 'harisekhon_cli_repo/sql'
43+
skip-suppressions: true
44+
soft-fail: true

0 commit comments

Comments
 (0)