Skip to content

Add SBOM generation workflow #1

Add SBOM generation workflow

Add SBOM generation workflow #1

Workflow file for this run

name: Library SBOM Generation
on:
push:
branches: [master]
paths:
- 'Gemfile'
- '*.gemspec'
pull_request:
workflow_dispatch:
permissions:
id-token: write
contents: read
jobs:
generate-sbom:
uses: department-of-veterans-affairs/vsp-github-actions/.github/workflows/library-sbom-generation.yml@main
with:
artifact_name: sbom
output_bucket: s3://vagov-infra-sbom-bucket/software/apivore