From 948aa2a9196543145e684b9d6cc78c75a6fef228 Mon Sep 17 00:00:00 2001 From: Pranesh-Shrestha Date: Wed, 18 Dec 2024 10:20:39 +0545 Subject: [PATCH] Update Main for Secrets.yml --- .github/workflows/Main for Secrets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Main for Secrets.yml b/.github/workflows/Main for Secrets.yml index 0fdfef4..11bb4b5 100644 --- a/.github/workflows/Main for Secrets.yml +++ b/.github/workflows/Main for Secrets.yml @@ -77,8 +77,8 @@ jobs: steps: - name: Install curl run: | - apk update - apk install -y curl + docker run --rm node:18-alpine apk update + docker run --rm node:18-alpine apk add --no-cache curl - env: SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }} run: echo $SCAN_ID