Skip to content

Add a participant release manager role to the storage interface #151

Add a participant release manager role to the storage interface

Add a participant release manager role to the storage interface #151

Workflow file for this run

name: Generate SBOM
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
generate-sbom:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: Build container
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
with:
context: .
file: Dockerfile.alpine
push: false
load: true
tags: tooling-trusted-release:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Generate SBOM
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610
with:
image: tooling-trusted-release:latest
format: cyclonedx-json
output-file: atr.cdx.json