Skip to content

Commit

Permalink
chore: generate runner sbom url
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Nov 9, 2024
1 parent 23abb06 commit 266ee59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ jobs:
echo "$ImageOS: $ImageVersion"
lsb_release -a
cat /etc/os-release
RUNNER_OS_VERSION_ID=$(grep "^VERSION_ID=" /etc/os-release | cut -d'=' -f2 | tr -d '"')
echo "${RUNNER_OS_VERSION_ID}"
echo "$ENV"
set
#set
RUNNER_SBOM_URL="https://github.com/actions/runner-images/releases/download/${ImageOS}%2F${ImageVersion}/sbom.ubuntu-${RUNNER_OS_VERSION_ID}.json.zip"
echo ${RUNNER_SBOM_URL}
#- name: Dump GitHub context
# env:
Expand Down

0 comments on commit 266ee59

Please sign in to comment.