diff --git a/.github/workflows/zap-api-scan.yml b/.github/workflows/zap-api-scan.yml index 7beb1e50..650dcb9e 100644 --- a/.github/workflows/zap-api-scan.yml +++ b/.github/workflows/zap-api-scan.yml @@ -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 @@ -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 }}' \ No newline at end of file + cmd_options: '-O https://uat.strdata.gov.bc.ca' \ No newline at end of file