Skip to content

Refactor IAM policy permissions and add missing dependencies #3

Refactor IAM policy permissions and add missing dependencies

Refactor IAM policy permissions and add missing dependencies #3

Workflow file for this run

name: IaC Security Control
on:
push:
branches: [ main ]
env:
SPECTRAL_DSN: ${{ secrets.SPECTRAL_DSN }}
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and run Spectral CI
uses: spectralops/spectral-github-action@v2
with:
spectral-dsn: ${{ env.SPECTRAL_DSN }}
spectral-args: scan --ok --engines secrets,iac --include-tags base,audit,iac