Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 412 Bytes

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>