Skip to content

MaibornWolff/compliance-pipelines-analyze-sboms

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

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

Packages

No packages published