Secops workflow and docker removal
Some checks failed
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 35s
Actions demo / simple-echo (push) Has been cancelled

This commit is contained in:
2024-09-06 18:46:28 -07:00
parent be13e9e71f
commit c2099e2133
6 changed files with 19 additions and 105 deletions

View File

@@ -0,0 +1,19 @@
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/
framework: terraform