This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
⬆️ Bump black from 22.10.0 to 24.3.0 #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Run Bridgecrew | |
on: | |
pull_request: | |
branches: [master] | |
workflow_dispatch: | |
jobs: | |
bridgecrew: | |
name: Check IaC rules | |
runs-on: ubuntu-latest | |
steps: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | |
- name: Checkout codebase | |
uses: actions/checkout@v3 | |
- name: Run Bridgecrew | |
id: Bridgecrew | |
uses: bridgecrewio/bridgecrew-action@master | |
with: | |
api-key: ${{ secrets.BRIDGECREW_API_KEY }} | |
directory: deployment/terraform |