Skip to content

feat: add ECR enhanced scanning and fix S3 logging configuration #41

feat: add ECR enhanced scanning and fix S3 logging configuration

feat: add ECR enhanced scanning and fix S3 logging configuration #41

Workflow file for this run

name: Checkov Security Scan
on:
pull_request:
push:
branches:
- main
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checkov:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Run Checkov
uses: bridgecrewio/checkov-action@8f61ce5b8a3afb4ca94d236b75201878ded6d2cd # v12
with:
directory: .
quiet: true
compact: true
output_format: cli
soft_fail: false