Skip to content

Commit

Permalink
Use checkov github action lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor committed Apr 24, 2020
1 parent 67e63a0 commit ef04493
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: test
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- name: Checkov Github Action
uses: bridgecrewio/checkov-action@v5

0 comments on commit ef04493

Please sign in to comment.