Skip to content

MaibornWolff/compliance-pipelines-analyze-sboms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyze SBOMS

GitHub Action to analyze whether licenses of an SBOM are compliant.

Usage

- uses: MaibornWolff/compliance-pipelines-analyze-sboms@v1
  with:
    # The path to your SBOM in the repository. [Required]
    SBOM_PATH: ''
    # The path to the license policy in the repository
    # Default: /license.json
    LICENSE_POLICY_PATH: ''
    # Whether to break the pipeline, by exiting with an error,
    # in case of license non-compliance
    BREAK_ENABLED: false

About

demo repo for publication of gh-action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published