Skip to content

Commit

Permalink
Upgrade ZAPSCAN to 0.7.0 (#258)
Browse files Browse the repository at this point in the history
* Grad release 1.17.0 (#255)

* GRAD2-2525: DTO update to sync.

GRAD2-2525: DTO update to sync.

* Develop/alex grad2 2403

* GRAD2-2403
Fix packing slip jasper file to accommodate address line 2

* GRAD2-2403
Fix packing slip jasper file to accommodate address line 2

* GRAD2-2244: task is complete.

GRAD2-2244: task is complete.

* Update pom.xml

* Update build.from.release.branch.deploy.to.dev.yml

* Update build.from.main.branch.deploy.to.dev.yml

* Update build.from.developer.branch.deploy.to.dev.yml

* Update deploy_test.yml

* GRAD2-2244: task is complete.

GRAD2-2244: task is complete.

* Clean up the commented unused codes.

Clean up the commented unused codes.

* Updated pvc claim for prod

* Update pom.xml

---------

Co-authored-by: Jinil Sung <infstar@gmail.com>
Co-authored-by: Kamal Mohammed <kamal.mohammed@outlook.com>
Co-authored-by: Alexander Rybakov <83988488+arybakov-cgi@users.noreply.github.com>
Co-authored-by: Chris Ditcher <chris.ditcher@gov.bc.ca>
Co-authored-by: chris.ditcher <Chris.Ditcher@QP.GOV.BC.CA>

* Upgrade ZAPSCAN to 0.7.0

---------

Co-authored-by: githubmamatha <106563495+githubmamatha@users.noreply.github.com>
Co-authored-by: Jinil Sung <infstar@gmail.com>
Co-authored-by: Alexander Rybakov <83988488+arybakov-cgi@users.noreply.github.com>
Co-authored-by: Chris Ditcher <chris.ditcher@gov.bc.ca>
Co-authored-by: chris.ditcher <Chris.Ditcher@QP.GOV.BC.CA>
  • Loading branch information
6 people authored Apr 23, 2024
1 parent 01a8c9b commit d42b271
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ jobs:

# now hit it with a zap scan
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.1.0
uses: zaproxy/action-api-scan@v0.7.0
with:
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'
4 changes: 2 additions & 2 deletions .github/workflows/build.from.main.branch.deploy.to.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ jobs:

# now hit it with a zap scan
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.1.0
uses: zaproxy/action-api-scan@v0.7.0
with:
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'
4 changes: 2 additions & 2 deletions .github/workflows/build.from.release.branch.deploy.to.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ jobs:
# now hit it with a zap scan
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.1.0
uses: zaproxy/action-api-scan@v0.7.0
with:
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

0 comments on commit d42b271

Please sign in to comment.