Skip to content

Enhance README with ASCII art header #2

Enhance README with ASCII art header

Enhance README with ASCII art header #2

Workflow file for this run

name: SBOM
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
syft:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: anchore/sbom-action@v0
with:
path: .
format: cyclonedx-json
artifact-name: sbom-cyclonedx-json