Skip to content

Commit

Permalink
ShiftLeft Scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Lingom-R committed May 30, 2024
1 parent df4c26e commit 6e416e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Securin-aspm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
scanning:
env:
APP_ID: 0f3fd5fd3e1172a7542afc949a86dbb975458e09a5337ccfbb604f9cf41c4ad0
APP_ID: caf8be6084eb777e86c9b4eb5008331918a4dac208521501ff2ef905a54bcac1
BRANCH_NAME: master
SCAN_ID: 58c6fb5374faf641426f7538515b0f39711331cff424b93eb2bc22694ee7fdc4
SCAN_ID: 6a84f8d7c7355d3e1c9055b81c94a318f76ba7c6cb763f841d63c0cae6033744
REQ_URL_MAP: "${{toJSON('{\"SL_RESULT_API_HOST\":\"https://slresultapi.securin.io/resultapi\"\
,\"SL_RESULTPARSER_API_HOST\":\"https://slresultparserapi.securin.io/resultparserapi\"\
}')}}"
Expand Down Expand Up @@ -49,4 +49,6 @@ jobs:
- name: Evaluate build status
run: "cat ${{github.workspace}}/results/status.txt\nexit 1\n"
if: hashFiles('**/status.txt') !=''
permissions:
security-events: write
runs-on: ubuntu-latest

0 comments on commit 6e416e9

Please sign in to comment.