Skip to content

Generate SBOM

Generate SBOM #147

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
macos:
name: Build on macOS
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build
run: xcodebuild -project EstEIDTokenApp.xcodeproj -target package CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CURRENT_PROJECT_VERSION=${{ github.run_number }} install
- name: Archive pkg artifact
uses: actions/upload-artifact@v7
with:
name: pkg
path: ./*.pkg
- name: Archive SBOM artifact
uses: actions/upload-artifact@v7
with:
name: sbom
path: ./*.spdx.json