Skip to content

Commit a86184b

Browse files
authored
fix: outdated zap scan versions (#632)
1 parent 4cd9a09 commit a86184b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-openshift-backend-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ jobs:
189189
oc rollout status deployment/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }}
190190
191191
- name: ZAP Scan
192-
uses: zaproxy/action-full-scan@v0.8.0
192+
uses: zaproxy/action-full-scan@v0.12.0
193193
with:
194194
target: 'https://${{ env.HOST_ROUTE }}/api'

.github/workflows/deploy-to-openshift-frontend-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ jobs:
186186
oc rollout status deployment/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }}
187187
188188
- name: ZAP Scan
189-
uses: zaproxy/action-full-scan@v0.8.0
189+
uses: zaproxy/action-full-scan@v0.12.0
190190
with:
191191
target: 'https://${{ env.HOST_ROUTE }}'

0 commit comments

Comments
 (0)