Skip to content

Commit

Permalink
Synching branches (#336)
Browse files Browse the repository at this point in the history
* Update Trivy scan version to v2

* Upgrade ZAPSCAN to 0.7.0

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

Updated to ubuntu-22.04

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

Updated to ubuntu-22.04

* Update create_tag.yml

Updated to ubuntu-22.04

* Update deploy.to.dev.jinil.yaml

Updated to ubuntu-22.04

* Update deploy_prod.yml

Updated to ubuntu-22.04

* Update deploy_test.yml

Updated to ubuntu-22.04

* Update on.pr.yml

Updated to ubuntu-22.04

---------

Co-authored-by: Kamal Mohammed <[email protected]>
Co-authored-by: githubmamatha <[email protected]>
  • Loading branch information
3 people authored Aug 12, 2024
1 parent a8e8138 commit 6b2de6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.from.main.branch.deploy.to.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ jobs:
- name: ZAP Scan
uses: zaproxy/[email protected]
with:
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.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'
2 changes: 1 addition & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
oc login --token=${{ env.OPENSHIFT_TOKEN }} --server=${{ env.OPENSHIFT_SERVER }}
oc project ${{ env.OPENSHIFT_NAMESPACE }}
oc tag ${{ env.NAMESPACE }}-dev/${{ env.REPO_NAME }}:latest ${{ env.NAMESPACE }}-dev/${{ env.REPO_NAME }}:${{ github.event.inputs.version }}
oc tag ${{ env.NAMESPACE }}-dev/${{ env.REPO_NAME }}:latest ${{ env.NAMESPACE }}-dev/${{ env.REPO_NAME }}:${{ github.event.inputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy.to.dev.jinil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ jobs:
- name: ZAP Scan
uses: zaproxy/[email protected]
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 }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

0 comments on commit 6b2de6d

Please sign in to comment.