Skip to content

Commit

Permalink
ShiftLeft Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethgit57 committed Jan 29, 2024
1 parent 71bbe85 commit 2e0276c
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: 832b13859da9958f4c8ed1f92bdd03a244d5fcd9972f996052df91bd09c68aa7
APP_ID: f9354766f9ecd30262dda9d35a12ffc58225f9ba740121274e08121c48744310
BRANCH_NAME: main
SCAN_ID: 79adbc773b1474607fcd2f3ed531777a8d924396a1147e16b84d7146329ac0d1
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: d7c98bf7d0d0a4762869720535b68775ae4d7f2f8eb67ce03d435dcee61fac1e
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
Expand Down

0 comments on commit 2e0276c

Please sign in to comment.