fix: bump esp-idf-sbom to v0.13.0 in pre-commit

v0.13.0 contains fix for the submodule hash validation. Let's
bump its version in pre-commit, so the fix is used.

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
Frantisek Hrbata
2023-12-12 12:26:34 +01:00
parent e49823f10c
commit c50a84f218

View File

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