Skip to content

Update manual-workflow.yml #16

Update manual-workflow.yml

Update manual-workflow.yml #16

Workflow file for this run

# Documentation line to trigger action2
name: Test checkov
on:
push:
branches: [ feature-github-action ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Test with Checkov fmc_access_policies
uses: bridgecrewio/checkov-action@master
if: always()
with:
directory: examples/
framework: terraform