Skip to content

Update package-lock.json #114

Update package-lock.json

Update package-lock.json #114

Workflow file for this run

name: Twistlock
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
Twistlock:
name: Twistlock
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run Prisma Cloud
id: prisma-cloud
uses: bridgecrewio/checkov-action@master
env:
PRISMA_API_URL: https://api2.prismacloud.io
with:
api-key: ${{ secrets.BC_API_KEY }}