Skip to content

Commit cd9340a

Browse files
authored
Merge pull request #496 from bcgov/mainFeature/Grad2-3138
Grad2-3138 ZAPscan version upgraded
2 parents e2848ac + 2c1d70e commit cd9340a

4 files changed

+7
-3
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
target-branch: "grad-release"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

.github/workflows/build.from.developer.branch.deploy.to.dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ jobs:
150150
151151
# now hit it with a zap scan
152152
- name: ZAP Scan
153-
uses: zaproxy/action-api-scan@v0.7.0
153+
uses: zaproxy/action-api-scan@v0.9.0
154154
with:
155155
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

.github/workflows/build.from.main.branch.deploy.to.dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ jobs:
136136
137137
# now hit it with a zap scan
138138
- name: ZAP Scan
139-
uses: zaproxy/action-api-scan@v0.7.0
139+
uses: zaproxy/action-api-scan@v0.9.0
140140
with:
141141
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

.github/workflows/build.from.release.branch.deploy.to.dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ jobs:
145145
146146
# now hit it with a zap scan
147147
- name: ZAP Scan
148-
uses: zaproxy/action-api-scan@v0.7.0
148+
uses: zaproxy/action-api-scan@v0.9.0
149149
with:
150150
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

0 commit comments

Comments
 (0)