Skip to content

Commit d033766

Browse files
committed
adding omnitruck and package-router download scans
1 parent 742d9b1 commit d033766

3 files changed

Lines changed: 131 additions & 187 deletions

File tree

.github/workflows/cd-download-grype-scan.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,9 @@ on:
139139
required: false
140140
type: string
141141
channel:
142-
description: 'Release channel to use (stable or current)'
142+
description: 'Release channel to use (stable, current, base-2025, etc.)'
143143
required: false
144-
type: choice
145-
options:
146-
- stable
147-
- current
144+
type: string
148145
default: 'stable'
149146
architecture:
150147
description: 'Hardware architecture'
@@ -189,15 +186,6 @@ on:
189186
description: 'OS platform version'
190187
required: false
191188
type: string
192-
# test-runner:
193-
# description: 'Test runner OS (windows-latest, ubuntu-latest, or both)'
194-
# required: false
195-
# type: choice
196-
# options:
197-
# - ubuntu-latest
198-
# - windows-latest
199-
# - both
200-
# default: 'ubuntu-latest'
201189

202190
# environment variables for the whole workflow (use jobs.<job_id>.env inside a specific job or .steps for a specific step); GITHUB_ENV exists only in single runner (job) context
203191
env:
@@ -230,7 +218,7 @@ jobs:
230218
echo " Test runner: ${{ inputs.test-runner }}"
231219
echo "*************************************************************"
232220
233-
grpye-scan-other-platyforms:
221+
grype-scan-other-platforms:
234222
name: 'Other platforms grype scan of customer-downloadable packages'
235223
runs-on: ubuntu-latest # TODO: make this a versioned OS strategy later
236224
if: ${{ success() && inputs.os-platform != 'ubuntu' && inputs.os-platform != 'windows' }}

0 commit comments

Comments
 (0)