infra/.gitea/workflows/sec-lint-s3.yaml
shockrah f141a42689
Some checks failed
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s
idk bro
2024-09-29 21:49:06 -07:00

20 lines
402 B
YAML

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