Skip to content

update github actions version #132

update github actions version

update github actions version #132

Workflow file for this run

name: checkov
on:
push:
branches:
- '**'
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Scan with Checkov
id: checkov
uses: bridgecrewio/checkov-action@v12
with:
directory: terraform
framework: terraform