Skip to content

Commit

Permalink
ShiftLeft Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Saiganesh-SG committed May 15, 2024
1 parent 45cd631 commit 14aa50a
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: b04b4471ea19eb22fbe17f19139eb7ea7e89f6703dca0cfedeb54aa4e2d10364
APP_ID: 981fb56244e886bbbf681651af869317d9b77ce18abf5b22e8ff66a03e4d2a31
BRANCH_NAME: main
SCAN_ID: 3b58ae5b0877dae1692922f67699b316b43d171e3f4ca3dd39c60e4fa707e8fd
REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.securin.io/resultapi\"\
,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.securin.io/resultparserapi\"\
SCAN_ID: d2ff4b4b0d67ef593ea704f6fc922f2f3f6ab933754f110d3a8ba5979c3000a5
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 14aa50a

Please sign in to comment.