Merge pull request #158 from try-panwiac/tsmithv11-patch-5 #205
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Prisma Cloud | |
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 | |
id: Prisma | |
uses: bridgecrewio/bridgecrew-action@master | |
env: | |
PRISMA_API_URL: https://api3.prismacloud.io | |
with: | |
api-key: ${{ secrets.BC_API_KEY }} |