File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 78
78
password : ${{ steps.auth.outputs.access_token }}
79
79
if : ${{ inputs.authenticated }}
80
80
81
+ - name : DockerHub Login
82
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
83
+ with :
84
+ username : ${{ secrets.DOCKER_USERNAME }}
85
+ password : ${{ secrets.DOCKER_PASSWORD }}
86
+ if : ${{ inputs.authenticated }}
87
+
81
88
- name : Docker meta
82
89
id : meta
83
90
uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
@@ -187,13 +194,6 @@ jobs:
187
194
mkdir -p "${{ inputs.image }}-results/"
188
195
if : ${{ inputs.authenticated && steps.build-push.conclusion == 'success' }}
189
196
190
- - name : DockerHub Login for Docker Scout
191
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
192
- with :
193
- username : ${{ secrets.DOCKER_USERNAME }}
194
- password : ${{ secrets.DOCKER_PASSWORD }}
195
- if : ${{ inputs.authenticated && steps.build-push.conclusion == 'success' }}
196
-
197
197
- name : Run Docker Scout vulnerability scanner
198
198
id : docker-scout
199
199
uses : docker/scout-action@f8c776824083494ab0d56b8105ba2ca85c86e4de # v1.18.2
Original file line number Diff line number Diff line change 80
80
password : ${{ steps.auth.outputs.access_token }}
81
81
if : ${{ inputs.authenticated }}
82
82
83
+ - name : DockerHub Login
84
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
85
+ with :
86
+ username : ${{ secrets.DOCKER_USERNAME }}
87
+ password : ${{ secrets.DOCKER_PASSWORD }}
88
+ if : ${{ inputs.authenticated }}
89
+
83
90
- name : NAP modules
84
91
id : nap_modules
85
92
run : |
@@ -203,13 +210,6 @@ jobs:
203
210
mkdir -p "${{ inputs.image }}-results/"
204
211
if : ${{ inputs.authenticated && steps.build-push.conclusion == 'success' }}
205
212
206
- - name : DockerHub Login for Docker Scout
207
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
208
- with :
209
- username : ${{ secrets.DOCKER_USERNAME }}
210
- password : ${{ secrets.DOCKER_PASSWORD }}
211
- if : ${{ inputs.authenticated && steps.build-push.conclusion == 'success' }}
212
-
213
213
- name : Run Docker Scout vulnerability scanner
214
214
id : docker-scout
215
215
uses : docker/scout-action@f8c776824083494ab0d56b8105ba2ca85c86e4de # v1.18.2
You can’t perform that action at this time.
0 commit comments