Merge branch 'fix/sbom_validation_post_commit_v5.1' into 'release/v5.1'

fix: do sbom manifest validation in post-commit (v5.1)

See merge request espressif/esp-idf!28012
This commit is contained in:
Roland Dobai 2023-12-20 00:03:18 +08:00
commit b88e73f3ed

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
@ -166,3 +168,4 @@ repos:
rev: v0.13.0
hooks:
- id: validate-sbom-manifest
stages: [post-commit]