Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: IaC tag and trace
on:
push:
pull_request:
jobs: yor:
runs-on: ubuntu-latest permissions:
contents: write
steps:
- uses:
actions/checkout@v2
name: Checkout repo
with:
fetch-depth: 0
- name: Run yor action
uses: bridgecrewio/yor-action@main

- name: Checkout repo
uses: actions/checkout@v2

- name: Run Prisma Cloud
id: prisma-cloud
uses: bridgecrewio/checkov-action@master
env:
PRISMA_API_URL: https://api.prismacloud.io
with:
api-key: ${{ secrets.BC_API_KEY }}