-
Notifications
You must be signed in to change notification settings - Fork 0
fix(security): close three supply chain gaps #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,23 @@ | ||
| repos: | ||
| - repo: https://github.com/gitleaks/gitleaks | ||
| rev: v8.30.0 | ||
| rev: 6eaad039603a4de39fddd1cf5f727391efe9974e # v8.30.0 | ||
| hooks: | ||
| - id: gitleaks | ||
|
|
||
| - repo: https://github.com/shellcheck-py/shellcheck-py | ||
| rev: v0.11.0.1 | ||
| rev: 745eface02aef23e168a8afb6b5737818efbea95 # v0.11.0.1 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| hooks: | ||
| - id: shellcheck | ||
| args: [--external-sources] | ||
|
|
||
| - repo: https://github.com/pre-commit/pre-commit-hooks | ||
| rev: v6.0.0 | ||
| rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| hooks: | ||
| - id: end-of-file-fixer | ||
| - id: trailing-whitespace | ||
|
|
||
| - repo: https://github.com/adhtruong/mirrors-typos | ||
| rev: v1.44.0 | ||
| rev: cf074ce7ed10a99b0147ee84edc05a6b5732a122 # v1.44.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| hooks: | ||
| - id: typos | ||
| args: | ||
|
|
@@ -29,7 +29,7 @@ repos: | |
|
|
||
|
|
||
| - repo: https://github.com/zizmorcore/zizmor-pre-commit | ||
| rev: v1.16.3 | ||
| rev: 86ee5ea442ee969842e00913c6b76c060a7aa8ef # v1.16.3 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| hooks: | ||
| - id: zizmor | ||
| args: ['--persona=auditor', '--no-progress'] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version tag
v8.30.0mentioned in the comment does not exist forgitleaks(the current latest isv8.23.3). Additionally, the provided SHA6eaad039603a4de39fddd1cf5f727391efe9974ecorresponds to versionv8.21.2. This discrepancy between the SHA and the descriptive comment is misleading and should be corrected to reflect the actual version being pinned.