From ee7bbb8c5e3fbd17bf16d5739fcdf8d917e7d588 Mon Sep 17 00:00:00 2001 From: ychung-mot Date: Wed, 27 Nov 2024 12:31:24 -0800 Subject: [PATCH] chore: zap api scan --- .github/workflows/zap-api-scan.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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