Skip to content

Commit

Permalink
Merge pull request #158 from try-panwiac/tsmithv11-patch-5
Browse files Browse the repository at this point in the history
Create prisma2.yaml
  • Loading branch information
tsmithv11 authored Sep 6, 2024
2 parents aca91da + 86decb9 commit 5462e85
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/prisma2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Prisma Cloud v2
on:
pull_request:
push:
branches:
- master
jobs:
scan:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- name: Checkout repo
uses: actions/checkout@v2

- name: Run Prisma Cloud V2
id: Prisma Cloud V2
uses: bridgecrewio/checkov-action@master
env:
PRISMA_API_URL: https://api3.prismacloud.io
with:
api-key: ${{ secrets.BC_API_KEY }}
policy_metadata_filter: policy.label=CIS

0 comments on commit 5462e85

Please sign in to comment.