Skip to content

Commit 57d0865

Browse files
authored
Fixing space in ID name issue.
1 parent 471d133 commit 57d0865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PCCS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Run Prisma Cloud
18-
id: Prisma Cloud
18+
id: Prisma_Cloud
1919
uses: bridgecrewio/checkov-action@master
2020
env:
2121
PRISMA_API_URL: https://api2.prismacloud.io
2222
with:
23-
api-key: ${{ secrets.BC_API_KEY }}
23+
api-key: ${{ secrets.BC_API_KEY }}

0 commit comments

Comments
 (0)