Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata filtering for tool in sbom #113

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2022

  1. Replaced commons.io with java.nio

    Signed-off-by: Leif Lislegard <[email protected]>
    lislei committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    e6dcd77 View commit details
    Browse the repository at this point in the history
  2. Cleaned up compile issue

    Signed-off-by: Leif Lislegard <[email protected]>
    lislei committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    d391c77 View commit details
    Browse the repository at this point in the history
  3. Improved lookup of Gradle project properties

    Avoids resolving of all dynamic properties.
    Project.findProperty(key) was introduced in Gradle 2.13 and doesn't throw an exception on property not found.
    
    Signed-off-by: Leif Lislegard <[email protected]>
    lislei committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    430eed0 View commit details
    Browse the repository at this point in the history
  4. Added metadata filtering of tool used for SBOM production

    The SBOM format has a section for identifying tool used to produce the file - this was previously left empty.
    
    Signed-off-by: Leif Lislegard <[email protected]>
    lislei committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    20cb82c View commit details
    Browse the repository at this point in the history