Skip to content

Commit

Permalink
ShiftLeft Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Lingom-R committed Jan 24, 2024
1 parent e042187 commit 05152b6
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: 61937924de62dc08fb9c627fcb2c4691bf05340f7daedfb46a4ecdfc13089ae0
APP_ID: 3f537141ce38025e06632b9993a6419d11ceb154633ebd47b5d59e775fe411f4
BRANCH_NAME: master
SCAN_ID: 0df4a2107543bb253bf6c759bd73813de7530b3ce9d53eaf85742050163cb0ee
REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.securin.io/resultapi\"\
,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.securin.io/resultparserapi\"\
SCAN_ID: 77043d03ad6d7823d248ca8524c39b2f883839648bbac01a23719bd293c3cd43
REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.qa.securin.io/resultapi\"\
,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.qa.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.qa.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 05152b6

Please sign in to comment.