Skip to content

Commit

Permalink
Automated update to primary components (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Seiso Automation <[email protected]>

Signed-off-by: Seiso Automation <[email protected]>
Co-authored-by: JonZeolla <[email protected]>
  • Loading branch information
github-actions[bot] and JonZeolla authored Oct 13, 2022
1 parent 96f8f12 commit 7a6fbb2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions easy_infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ _anchors:
- tf
security: &id002
checkov:
command: checkov -d . --download-external-modules True --skip-download --output json --output-file-path
${CHECKOV_JSON_REPORT_PATH}/checkov.json,
command: checkov -d . --download-external-modules True --skip-download --output
json --output-file-path ${CHECKOV_JSON_REPORT_PATH}/checkov.json,
customizations:
CHECKOV_BASELINE: --baseline
CHECKOV_EXTERNAL_CHECKS_DIR: --external-checks-dir
CHECKOV_SKIP_CHECK: --skip-check
description: directory scan
kics:
command: kics scan --type Terraform --no-progress --queries-path ${KICS_INCLUDE_QUERIES_PATH} --libraries-path ${KICS_LIBRARY_PATH}
--report-formats json --output-path ${KICS_JSON_REPORT_PATH} --output-name kics --path .
command: kics scan --type Terraform --no-progress --queries-path ${KICS_INCLUDE_QUERIES_PATH}
--libraries-path ${KICS_LIBRARY_PATH} --report-formats json --output-path
${KICS_JSON_REPORT_PATH} --output-name kics --path .
customizations:
KICS_EXCLUDE_SEVERITIES: --exclude-severities
KICS_INCLUDE_QUERIES: --include-queries
Expand All @@ -29,8 +30,9 @@ commands:
- ansible-playbook
security:
kics:
command: kics scan --type Ansible --no-progress --queries-path ${KICS_INCLUDE_QUERIES_PATH} --libraries-path ${KICS_LIBRARY_PATH}
--report-formats json --output-path ${KICS_REPORTS} --output-name kics --path .
command: kics scan --type Ansible --no-progress --queries-path ${KICS_INCLUDE_QUERIES_PATH}
--libraries-path ${KICS_LIBRARY_PATH} --report-formats json --output-path
${KICS_REPORTS} --output-name kics --path .
customizations:
KICS_EXCLUDE_SEVERITIES: --exclude-severities
KICS_INCLUDE_QUERIES: --include-queries
Expand All @@ -45,10 +47,10 @@ commands:
azure-cli:
aliases:
- az
version: 2.40.0-1~focal
version: 2.41.0-1~focal
version_argument: version
checkov:
version: 2.1.265
version: 2.1.269
version_argument: --version
consul-template:
version: v0.29.5
Expand Down

0 comments on commit 7a6fbb2

Please sign in to comment.