diff --git a/.github/workflows/Securin-aspm.yaml b/.github/workflows/Securin-aspm.yaml index 1997a61..8b50a4d 100644 --- a/.github/workflows/Securin-aspm.yaml +++ b/.github/workflows/Securin-aspm.yaml @@ -11,16 +11,16 @@ on: jobs: scanning: env: - APP_ID: d9cb4a3a1b6334b1cae248f43662f709c0579ef7d646d824a612744ede782539 + APP_ID: b36baeada7be295944c27e864e79c68ea0cb8de2e5ff6250af0d15387abf4353 BRANCH_NAME: master - SCAN_ID: 181afce7ac5d508d204e5d5c2c1b011061be5c800178eb72543d46a3cc658616 - REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.securin.io/resultapi\"\ - ,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.securin.io/resultparserapi\"\ + SCAN_ID: 636beb303f0df0655a4d317b10a83b698f495a14ea94a2bf9a644e42ce22ddf2 + 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