2024-09-07 01:46:28 +00:00
|
|
|
name: Secops Linting and Safety Checks
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
checkov-scan-s3:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout repo code
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Scan S3 Terraform with Checkov
|
|
|
|
uses: bridgecrewio/checkov-action@master
|
|
|
|
with:
|
|
|
|
directory: infra/s3/
|
2024-09-30 04:49:06 +00:00
|
|
|
framework: terraform
|