Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/dast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
description: "HTTP/HTTPS URL to scan. Defaults to repository variable STAGING_URL."
required: false
type: string
pull_request:
branches:
- main

permissions:
contents: read
Expand All @@ -19,7 +16,6 @@ jobs:
zap-baseline:
name: ZAP baseline scan
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || vars.STAGING_URL != ''
steps:
- name: Resolve target URL
id: target
Expand Down
Loading