Skip to content

Commit 2ae7654

Browse files
fix(checkov-scans-v1): Do not hide prisma-api-url (#312)
Closes #311
1 parent d407c99 commit 2ae7654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/checkov-scans-v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
with:
3131
prisma-access-key: ${{ secrets.PRISMA_ACCESS_KEY }}
3232
prisma-secret-key: ${{ secrets.PRISMA_SECRET_KEY }}
33-
prisma-api-url: ${{ secrets.PRISMA_URL }}
33+
prisma-api-url: https://api4.prismacloud.io/ # See https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u0000004MUCCA2
3434
```

0 commit comments

Comments
 (0)