Is there any filed for commit id? #665
                  
                    
                      robberphex
                    
                  
                
                  started this conversation in
                Ideas, Proposals, RFCs
              
            Replies: 1 comment 1 reply
-
| 
         
 Could you elaborate on the purpose of expressing a certain git node ID?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We want to use CycloneDX sbom to trace where the artficate from.
We noticed that there is externalReferences with name
vcscould specify git repo.But there is no name for specify git commit id.
Could CycloneDX introduce a name for git commit id?
Here is an example from spring-boot.
{ "type" : "library", "bom-ref" : "pkg:maven/org.springframework.boot/[email protected]?type=jar", "publisher" : "VMware, Inc.", "group" : "org.springframework.boot", "name" : "spring-boot", "version" : "3.5.4", "description" : "Spring Boot", "scope" : "required", "licenses" : [ { "license" : { "id" : "Apache-2.0" } } ], "purl" : "pkg:maven/org.springframework.boot/[email protected]?type=jar", "externalReferences" : [ { "type" : "website", "url" : "https://spring.io/projects/spring-boot" }, { "type" : "issue-tracker", "url" : "https://github.com/spring-projects/spring-boot/issues" }, { "type" : "vcs", "url" : "https://github.com/spring-projects/spring-boot" } ] }Beta Was this translation helpful? Give feedback.
All reactions