Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 739 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 739 Bytes

sbom-action test project

This is a repository to test the sbom-action

It's possible to run both a branch of syft and a branch of the sbom-action, something like:

# use sbom-action from a different repo with the use-correlator-field branch
- uses: kzantow-anchore/sbom-action@use-correlator-field
with:
  image: alpine:latest
  artifact-name: image.spdx.json
  dependency-snapshot: true
  # instead of using a syft release, use a different repo with the update-github-format branch
  syft-version: https://github.com/kzantow-anchore/syft/archive/refs/heads/update-github-format.zip

To build the app

Builds a web bundle and makes a Docker image.

npm run package