Skip to content

Notarize using vcn and using new ingest pipeline (unblocking)

Notifications You must be signed in to change notification settings

vchain-us/notarize-in-TC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

This is a reusable workflow to notarize a repository

  • using vcn
  • using new ingest pipeline, ie. by generating vcn bom and posting this bom via curl directly to TC

The curl example:

curl -X 'POST' \
  'https://{domain}/dataservice/api/v1/sbom' \
  -H 'accept: application/json' \
  -H 'X-Content-Type: application/vnd.cyclonedx+json' \
  -H 'X-API-KEY: {secret}' \
  -H 'Content-Type: application/octet-stream'  \
  --data-binary '@{sbom_file}' | jq

About

Notarize using vcn and using new ingest pipeline (unblocking)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published