File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 15
15
description : ' Docker image. If no tag, it will be determined by version_helper.py'
16
16
required : true
17
17
type : string
18
+ env :
19
+ PYTHONUNBUFFERED : 1
20
+ AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
21
+ AWS_DEFAULT_REGION : ${{ secrets.AWS_DEFAULT_REGION }}
22
+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
18
23
19
24
jobs :
20
25
grype_scan :
Original file line number Diff line number Diff line change @@ -174,12 +174,14 @@ jobs:
174
174
needs : [RunConfig, DockerServerImage]
175
175
if : ${{ !failure() && !cancelled() }}
176
176
uses : ./.github/workflows/grype_scan.yml
177
+ secrets : inherit
177
178
with :
178
179
docker_image : " altinityinfra/clickhouse-server:${{ github.event.pull_request.number || 0 }}-${{ fromJson(needs.RunConfig.outputs.data).version }}"
179
180
GrypeScanKeeperImage :
180
181
needs : [RunConfig, DockerKeeperImage]
181
182
if : ${{ !failure() && !cancelled() }}
182
183
uses : ./.github/workflows/grype_scan.yml
184
+ secrets : inherit
183
185
with :
184
186
docker_image : " altinityinfra/clickhouse-keeper:${{ github.event.pull_request.number || 0 }}-${{ fromJson(needs.RunConfig.outputs.data).version }}"
185
187
# ###########################################################################################
You can’t perform that action at this time.
0 commit comments