Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 1808a0e

Browse files
authored
Add checkov
Add checkov
1 parent 7992c3d commit 1808a0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildkite.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ env:
22
FORCE_COLOR: '1'
33

44
steps:
5-
# Run tests
5+
- label: ':lock: security - checkov'
6+
command: .buildkite/ci-checkov.sh
7+
8+
# Run tests
69
- command: |-
710
yarn
811
yarn run yarn-deduplicate --strategy fewer --fail --list

0 commit comments

Comments
 (0)