Skip to content

The goal of this python script is to create notifications rules in Prisma Cloud for the code security part

Notifications You must be signed in to change notification settings

SimOnPanw/codesecurity-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this script

Set your environment variables

Create an access key from Settings then Access key

export PRISMA_API_URL="__REDACTED__"
export PRISMA_ACCESS_KEY="__REDACTED__"
export PRISMA_SECRET_KEY="__REDACTED__"

Run the script

pip install -r requirements.txt
python3 add_notifications.py -r repo1 repo2 --severity <SEVERITY> --integration-name <INTEGRATION_NAME>

About

The goal of this python script is to create notifications rules in Prisma Cloud for the code security part

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages