Skip to content

Commit

Permalink
ShiftLeft Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
hari326 committed May 17, 2024
1 parent 797950d commit 50278e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Securin-aspm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50278e2

Please sign in to comment.