diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000000..a634d95db8 --- /dev/null +++ b/.github/workflows/main.yml @@ -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 }}