Skip to content

Commit

Permalink
Merge pull request #830 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: zap api scan
  • Loading branch information
ychung-mot authored Nov 27, 2024
2 parents 662123e + ee7bbb8 commit cfd1737
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/zap-api-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Run ZAP API Scan
on:
workflow_dispatch:
inputs:
host_url:
type: string
description: The URL of the host to scan
default: https://uat.strdata.gov.bc.ca
spec_url:
type: string
description: The URL of the OpenAPI/GraphQL spec
Expand Down Expand Up @@ -45,4 +41,4 @@ jobs:
format: openapi
target: ${{ github.event.inputs.spec_url }}
rules_file_name: '.zap/rules.tsv'
cmd_options: '-O {{ github.event.inputs.host_url }}'
cmd_options: '-O https://uat.strdata.gov.bc.ca'

0 comments on commit cfd1737

Please sign in to comment.