From 35b6c502bd8c7e71cbf940792408ccdd21f579d5 Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Thu, 21 Mar 2024 13:52:02 -0700 Subject: [PATCH] 211 fix code scanning alert spring boot crafted http requests may lead to debial of service dos (#213) --- .github/workflows/merge.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index b93bd47d..e3f8b71b 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -54,14 +54,6 @@ jobs: client_secret: ${{ secrets.GWA_ACCT_SECRET }} file: .github/gwa/service-test.yaml - - name: Postman Smoke Test on Openshift - uses: matt-ball/newman-action@master - with: - collection: postman/FCA.postman_collection.json - envVar: '[{"key":"URL_FCA","value":"https://${{ github.event.repository.name }}-test-backend.${{ env.DOMAIN }}"}]' - reporters: '["cli"]' - folder: '["general"]' - - name: Postman Smoke Test on API Gateway uses: matt-ball/newman-action@master with: @@ -148,14 +140,6 @@ jobs: client_secret: ${{ secrets.GWA_ACCT_SECRET }} file: .github/gwa/service-prod.yaml - - name: Postman Smoke Test on Openshift - uses: matt-ball/newman-action@master - with: - collection: postman/FCA.postman_collection.json - envVar: '[{"key":"URL_FCA","value":"https://${{ github.event.repository.name }}-prod-backend.${{ env.DOMAIN }}"}]' - reporters: '["cli"]' - folder: '["general"]' - - name: Postman Smoke Test on API Gateway uses: matt-ball/newman-action@master with: