Skip to content

Commit 2d0ce7c

Browse files
authored
Update cortexcli.yml
1 parent bbc8863 commit 2d0ce7c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/cortexcli.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ jobs:
4040
docker build -t $IMAGE_NAME /home/runner/work/raymond/raymond/
4141
4242
- name: Scan the image
43-
run: ./cortexcli --api-base-url "https://api-japac-cxsiamp.xdr.jp.paloaltonetworks.com" --api-key-id "${{ secrets.PCC_USER }}" --api-key "${{ secrets.PCC_PASS }}" image scan "$IMAGE_NAME"
43+
- name: Scan the image
44+
run: |
45+
./cortexcli image scan \
46+
--api-base-url "https://api-japac-cxsiamp.xdr.jp.paloaltonetworks.com" \
47+
--api-key-id "${{ secrets.PCC_USER }}" \
48+
--api-key "${{ secrets.PCC_PASS }}" \
49+
"$IMAGE_NAME"

0 commit comments

Comments
 (0)