espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
136 stars 85 forks source link

fix(coap): correct sbom version as per component release #346

Closed mahavirj closed 2 weeks ago

mahavirj commented 2 weeks ago

Checklist

Change description

Align SBOM version for coap component

github-actions[bot] commented 2 weeks ago

Unit Test Results

  15 files  ±0    15 suites  ±0   21m 18s :stopwatch: +16s   27 tests ±0    27 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  382 runs  ±0  382 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit f7f5974d. ± Comparison against base commit 47f33ea8.

hmalpani commented 2 weeks ago

Changes looks good to me. Should we also update the version in idf_component.yml file of the component as these changes won't be pushed to the component registry until the component version is increased in the idf_component.yml file.

mahavirj commented 2 weeks ago

Changes looks good to me. Should we also update the version in idf_component.yml file of the component as these changes won't be pushed to the component registry until the component version is increased in the idf_component.yml file.

SBOM daily scan happens on the basis of the repository itself. For the project based scan, I am expecting official coap release soon, so at that time we can bump up the component version.