diff --git a/.github/workflows/Securin-aspm.yaml b/.github/workflows/Securin-aspm.yaml index 8db0b27..ed791c6 100644 --- a/.github/workflows/Securin-aspm.yaml +++ b/.github/workflows/Securin-aspm.yaml @@ -11,16 +11,16 @@ on: jobs: scanning: env: - APP_ID: fdcf9ec660869a4e4005f7d60ee5b00e942c40b012da402ab17a50a9bf0bb62f + APP_ID: fbbb1f476b307523f6deb016a9ef7a418dd99408c6957cb2e2acc92fdbedeb5d BRANCH_NAME: main - SCAN_ID: 0e1e08170a759cac540ab4376930f7133602916627c56d1d82b72ee1e62f389c - REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.qa.securin.io/resultapi\"\ - ,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.qa.securin.io/resultparserapi\"\ + SCAN_ID: 63767315c234f3c910b1e9fd6c1d7011a5f31ba5799c11448cca2efe1d0b7cf7 + REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.securin.io/resultapi\"\ + ,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.securin.io/resultparserapi\"\ }')}}" steps: - name: Retrieve Token Info id: auth_token - run: "respJson=$(curl --location --request GET 'https://slresultapi.qa.securin.io/resultapi/aws/ecr/token'\ + run: "respJson=$(curl --location --request GET 'https://slresultapi.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