File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
6262 # Step 7: Call the Quality Gate Status API. This fetches the quality gate status for the latest published snapshot.
6363 # We can also pass a 'snapshot label' to get the status for a specific snapshot. However, since we provided the "-qg" option in the previous step,
6464 # "Step 6" will wait until the result is published on the UI. In this step, we will retrieve the latest result.
65- - name : Call Quality Gate Status API
66- id : call-api
67- run : |
68- response=$(curl -v --http1.1 --cacert remote_scan/file.pem -X GET "https://packages.embold.io/api/v1/repositories/a42b8343cd0a77237f3880808027a25a/qualitygateprofiles/status" \
69- -H "Authorization: Bearer ${{ secrets.EMBOLD_TOKEN_IDE_INST }}" | jq '.status')
70- echo $response
71- echo "response=$response" >> $GITHUB_ENV
65+ # - name: Call Quality Gate Status API
66+ # id: call-api
67+ # run: |
68+ # response=$(curl -v --http1.1 --cacert remote_scan/file.pem -X GET "https://packages.embold.io/api/v1/repositories/a42b8343cd0a77237f3880808027a25a/qualitygateprofiles/status" \
69+ # -H "Authorization: Bearer ${{ secrets.EMBOLD_TOKEN_IDE_INST }}" | jq '.status')
70+ # echo $response
71+ # echo "response=$response" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments