Skip to content

Bump ch.qos.logback:logback-core from 1.2.9 to 1.3.12 in /qpp-data-restoration #415

Bump ch.qos.logback:logback-core from 1.2.9 to 1.3.12 in /qpp-data-restoration

Bump ch.qos.logback:logback-core from 1.2.9 to 1.3.12 in /qpp-data-restoration #415

Workflow file for this run

---
name: Checkov for Terraform
on:
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Test with Checkov
id: checkov
uses: bridgecrewio/checkov-action@master
with:
directory: infrastructure
skip_check: CKV_AWS_316,CKV_AWS_18,CKV_AWS_23,CKV_AWS_115,CKV_AWS_116,CKV_AWS_117,CKV_AWS_40,CKV_AWS_50,CKV_AWS_144,CKV_AWS_145,CKV_AWS_131,CKV_AWS_103,CKV_AWS_51,CKV_AWS_136,CKV_AWS_158,CKV_AWS_173,CKV_AWS_32,CKV_AWS_337,CKV_AWS_272,CKV_AWS_61,CKV2_AWS_62
framework: terraform