From 0583df59f8908614de804023e12c9fc1ed73f23d Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Fri, 9 Aug 2024 12:46:12 -0700 Subject: [PATCH] print image paths Signed-off-by: Alex Pickering --- .github/workflows/deploy-infra.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/deploy-infra.yaml b/.github/workflows/deploy-infra.yaml index a01663aa0a..5d1dc56998 100644 --- a/.github/workflows/deploy-infra.yaml +++ b/.github/workflows/deploy-infra.yaml @@ -841,6 +841,12 @@ jobs: --type falcon-container \ --copy "${ECR_REGISTRY}/falcon-node-sensor" + ./falcon-container-sensor-pull.sh \ + --client-id ${FALCON_CLIENT_ID} \ + --client-secret ${FALCON_CLIENT_SECRET} \ + --type falcon-container \ + --get-image-path + # download latest version of the Falcon Node Sensor (for EC2) and copy it to ECS ./falcon-container-sensor-pull.sh \ --client-id ${FALCON_CLIENT_ID} \ @@ -848,6 +854,12 @@ jobs: --type falcon-sensor \ --copy "${ECR_REGISTRY}/falcon-sensor" + ./falcon-container-sensor-pull.sh \ + --client-id ${FALCON_CLIENT_ID} \ + --client-secret ${FALCON_CLIENT_SECRET} \ + --type falcon-sensor \ + --get-image-path + # install container sensor (for fargate) into a customized namespace helm repo add crowdstrike https://crowdstrike.github.io/falcon-helm helm repo update