Skip to content

Commit

Permalink
Update prismacloud.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoebeK99 authored Jan 31, 2023
1 parent ebd64fd commit d579ce9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/prismacloud.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
steps:
name: Bridgecrew
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

Expand Down

0 comments on commit d579ce9

Please sign in to comment.