Skip to content

Commit f9afefb

Browse files
committed
ci: missing tags to be scanned with scout
Signed-off-by: CrazyMax <[email protected]>
1 parent f6eb72f commit f9afefb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/buildkit.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@ jobs:
230230
security-events: write
231231
needs:
232232
- image
233+
strategy:
234+
fail-fast: false
235+
matrix:
236+
tag:
237+
- master
238+
- master-rootless
233239
steps:
234240
-
235241
name: Checkout
@@ -247,7 +253,7 @@ jobs:
247253
with:
248254
version: ${{ env.SCOUT_VERSION }}
249255
format: sarif
250-
image: registry://${{ env.IMAGE_NAME }}:master
256+
image: registry://${{ env.IMAGE_NAME }}:${{ matrix.tag }}
251257
-
252258
name: Upload SARIF report
253259
uses: github/codeql-action/upload-sarif@v3

.github/workflows/frontend.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ jobs:
134134
security-events: write
135135
needs:
136136
- image
137+
strategy:
138+
fail-fast: false
139+
matrix:
140+
tag:
141+
- master
142+
- master-labs
137143
steps:
138144
-
139145
name: Checkout
@@ -151,7 +157,7 @@ jobs:
151157
with:
152158
version: ${{ env.SCOUT_VERSION }}
153159
format: sarif
154-
image: registry://${{ env.IMAGE_NAME }}:master
160+
image: registry://${{ env.IMAGE_NAME }}:${{ matrix.tag }}
155161
-
156162
name: Upload SARIF report
157163
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)