File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 18
18
- crunchydb/**
19
19
- backup-container/**
20
20
- gateway/**
21
+ - .github/**
21
22
22
23
jobs :
23
24
test-backend :
Original file line number Diff line number Diff line change 7
7
type : string
8
8
description : The URL of the OpenAPI/GraphQL spec
9
9
default : https://dev.strdata.gov.bc.ca/api/swagger/strdata/swagger.json
10
+ auth_header_name :
11
+ type : string
12
+ description : The name of the authentication header
13
+ default : Authorization
14
+ auth_header_value :
15
+ type : string
16
+ description : The value of the authentication header
17
+ default : Bearer your_token
10
18
11
19
jobs :
12
20
zap-api-scan :
15
23
permissions :
16
24
contents : read
17
25
issues : write
26
+ env :
27
+ ZAP_AUTH_HEADER_NAME : ${{ github.event.inputs.auth_header_name }}
28
+ ZAP_AUTH_HEADER_VALUE : ${{ github.event.inputs.auth_header_value }}
18
29
19
30
steps :
20
31
- name : Checkout
You can’t perform that action at this time.
0 commit comments