From d72d216338def5eed3e50fef8907c0fbb962f1d5 Mon Sep 17 00:00:00 2001 From: Hariharan Date: Fri, 17 May 2024 19:51:09 +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 8a77786..36342e8 100644 --- a/.github/workflows/Securin-aspm.yaml +++ b/.github/workflows/Securin-aspm.yaml @@ -11,16 +11,16 @@ on: jobs: scanning: env: - APP_ID: 76710d67aa119856d45336bc077aa6eebe61bc76acb96ffe82d7fbaf29bac96d + APP_ID: d9469e592f7e1eb27738f18b5a20c874cb591a7725e4f700be7a0f5c03e80098 BRANCH_NAME: main - SCAN_ID: a6d38d1803f24dceb12c16a4084c6d4e3b9cea929a0d7ea2f971fa5b9e4d2a0e - REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.securin.io/resultapi\"\ - ,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.securin.io/resultparserapi\"\ + SCAN_ID: 05b34b2bd04c3402155db80eae91f5d69d6d4c6bfbe60446a843e63369ca7de3 + 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