Skip to content

Commit

Permalink
Merge pull request #592 from bcgov/remove-zaps-higher-envs
Browse files Browse the repository at this point in the history
feat: remove zap scan in envs above dev
  • Loading branch information
trev-dev authored Dec 4, 2024
2 parents c3134fc + 870937a commit c85f3ce
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy-to-openshift-backend-efx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,3 @@ jobs:
# Get status, returns 0 if rollout is successful
oc rollout status deployment/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }}
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://${{ env.HOST_ROUTE }}/api'
4 changes: 0 additions & 4 deletions .github/workflows/deploy-to-openshift-backend-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,3 @@ jobs:
# Get status, returns 0 if rollout is successful
oc rollout status deployment/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }}
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://${{ env.HOST_ROUTE }}/api'
5 changes: 0 additions & 5 deletions .github/workflows/deploy-to-openshift-backend-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,3 @@ jobs:
# Get status, returns 0 if rollout is successful
oc rollout status deployment/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }}
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://${{ env.HOST_ROUTE }}/api'
5 changes: 0 additions & 5 deletions .github/workflows/deploy-to-openshift-frontend-efx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,3 @@ jobs:
# Get status, returns 0 if rollout is successful
oc rollout status deployment/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }}
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://${{ env.HOST_ROUTE }}'
4 changes: 0 additions & 4 deletions .github/workflows/deploy-to-openshift-frontend-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,3 @@ jobs:
# Get status, returns 0 if rollout is successful
oc rollout status deployment/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }}
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://${{ env.HOST_ROUTE }}'
5 changes: 0 additions & 5 deletions .github/workflows/deploy-to-openshift-frontend-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,3 @@ jobs:
# Get status, returns 0 if rollout is successful
oc rollout status deployment/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }}
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://${{ env.HOST_ROUTE }}'

0 comments on commit c85f3ce

Please sign in to comment.