From 14aa50a726547ad50929863647bf50bf3f8e2036 Mon Sep 17 00:00:00 2001 From: Saiganesh <94391183+Saiganesh-SG@users.noreply.github.com> Date: Wed, 15 May 2024 18:17:11 +0530 Subject: [PATCH] ShiftLeft Scan --- .github/workflows/Securin-aspm.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Securin-aspm.yaml b/.github/workflows/Securin-aspm.yaml index c34552b..17d130a 100644 --- a/.github/workflows/Securin-aspm.yaml +++ b/.github/workflows/Securin-aspm.yaml @@ -11,16 +11,16 @@ on: jobs: scanning: env: - APP_ID: b04b4471ea19eb22fbe17f19139eb7ea7e89f6703dca0cfedeb54aa4e2d10364 + APP_ID: 981fb56244e886bbbf681651af869317d9b77ce18abf5b22e8ff66a03e4d2a31 BRANCH_NAME: main - SCAN_ID: 3b58ae5b0877dae1692922f67699b316b43d171e3f4ca3dd39c60e4fa707e8fd - REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.securin.io/resultapi\"\ - ,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.securin.io/resultparserapi\"\ + SCAN_ID: d2ff4b4b0d67ef593ea704f6fc922f2f3f6ab933754f110d3a8ba5979c3000a5 + REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.uat.securin.io/resultapi\"\ + ,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.uat.securin.io/resultparserapi\"\ }')}}" steps: - name: Retrieve Token Info id: auth_token - run: "respJson=$(curl --location --request GET 'https://slresultapi.securin.io/resultapi/aws/ecr/token'\ + run: "respJson=$(curl --location --request GET 'https://slresultapi.uat.securin.io/resultapi/aws/ecr/token'\ \ --header 'X-ASPM-Auth-Key: ${{secrets.ORG_API_KEY}}' --data-raw ' ' )\ \ \necho \"authTokenJson=$respJson\" >> $GITHUB_OUTPUT" - uses: actions/checkout@v3