Skip to content

Commit 95edec7

Browse files
committed
ci: updated zap-scan action
1 parent 074065c commit 95edec7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/zap-scan.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: Run ZAP Full Scan
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
url:
7+
type: choice
8+
description: The Target URL
9+
options:
10+
- https://bc-emli-pin-mgmt-be-c82b4c-dev.apps.silver.devops.gov.bc.ca/
11+
- https://bc-emli-pin-mgmt-fe-c82b4c-dev.apps.silver.devops.gov.bc.ca/home
512

613
jobs:
714
zap-scan:
@@ -10,7 +17,7 @@ jobs:
1017
permissions:
1118
contents: read
1219
issues: write
13-
20+
1421
steps:
1522
- uses: hmarr/debug-action@v3
1623
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)