Skip to content

Commit

Permalink
Added missing file.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi authored and weskubo-cgi committed Aug 8, 2024
1 parent bb14c86 commit 97ea3e7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/deploy-to-openshift-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,17 @@ jobs:
# Get status, returns 0 if rollout is successful
oc rollout status dc/${{ env.APP_NAME }}-${{ env.APP_NAME_FRONTEND }}-${{ env.APP_ENVIRONMENT }}
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.8.0
cypress-run:
uses: bcgov/ecc-ofm/.github/workflows/cypress-e2e.yml@${{ env.BRANCH }}
secrets: inherit

zap-scan:
name: ZAP Scan
needs: openshift-ci-cd
runs-on: ubuntu-24.04
environment: dev
steps:
- name: Run ZAP Scan
uses: zaproxy/action-full-scan@v0.10.0
with:
target: 'https://${{ env.HOST_ROUTE }}'

0 comments on commit 97ea3e7

Please sign in to comment.