Skip to content

Update buildspec.yaml #10

Update buildspec.yaml

Update buildspec.yaml #10

Workflow file for this run

name: checkov-scan
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Checkov Github Action
uses: bridgecrewio/checkov-action@v5