Merge branch 'fix/bump_precommit_esp_idf_sbom_v5.2' into 'release/v5.2'

fix: bump esp-idf-sbom to v0.13.0 in pre-commit (v5.2)

See merge request espressif/esp-idf!27878
This commit is contained in:
Jiang Jiang Jian 2023-12-26 10:39:24 +08:00
commit e79f46c044

View File

@ -1,6 +1,8 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
default_stages: [commit]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
@ -216,6 +218,7 @@ repos:
args: ['--shell', 'dash', '-x']
files: 'export.sh'
- repo: https://github.com/espressif/esp-idf-sbom.git
rev: v0.11.0
rev: v0.13.0
hooks:
- id: validate-sbom-manifest
stages: [post-commit]