Skip to content
Merged
Show file tree
Hide file tree
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: 1 addition & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:

- name: scan-all-contexts
plan:
- get: zap-config
trigger: true

- get: zap-runner
trigger: true
passed:
Expand Down Expand Up @@ -45,6 +42,7 @@ groups:
- set-self
- scan-all-contexts

resources:
- name: zap-runner
type: git
source:
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/zap-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ outputs:

params:
TARGET_CONTEXT: # one of internal, external, pages, unauthenticated
CREDHB_CRED: # JSON with all context credentials
CREDHB_CRED: ((repo_name))/ci/config.yml

run:
path: bash
Expand Down