Skip to content

Commit 6ec2827

Browse files
authored
Update commonslang.yml
1 parent 14d7d18 commit 6ec2827

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/commonslang.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)