diff --git a/.github/workflows/zap-api-scan.yml b/.github/workflows/zap-api-scan.yml index a28225b6..7beb1e50 100644 --- a/.github/workflows/zap-api-scan.yml +++ b/.github/workflows/zap-api-scan.yml @@ -45,4 +45,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 {{ github.event.inputs.host_url }}' \ No newline at end of file