-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated forms-flow-bpm-cd.yml: Added Dynamic url Handling #2537
Conversation
token: ${{ secrets.GITHUB_TOKEN }} | ||
docker_name: 'ghcr.io/zaproxy/zaproxy:stable' | ||
target: ${{ secrets.BPM_TARGET_URL }} | ||
target: ${{ env.target }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a newly added env variable ? if yes, can we give an appropriate name instead of 'target' ? @sethu-aot
cc @kiran-aot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will check for any existing target url varibale names in secrets or env and update it
Quality Gate passedIssues Measures |
Integrate URL availability check and dynamic target selection for ZAP scan
dev
orqa
).