This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 7117552 Test markdown lint update (#62)
7117552 is described below
commit 7117552168dbd07ff029d9c48a9e23349301b64d
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Nov 28 15:03:28 2025 -0800
Test markdown lint update (#62)
* Test markdown lint update
* Update .markdown-lint.yml
* Update .markdown-lint.yml
* Update .pre-commit-config.yaml
* Update draft-asf-token-standard.md
* Update .pre-commit-config.yaml
---
.github/linters/.markdown-lint.yml | 8 ++++++--
.pre-commit-config.yaml | 2 +-
content/pages/draft-asf-token-standard.md | 2 +-
content/pages/policies.md | 2 ++
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/.github/linters/.markdown-lint.yml
b/.github/linters/.markdown-lint.yml
index fe885ac..79a3f0d 100644
--- a/.github/linters/.markdown-lint.yml
+++ b/.github/linters/.markdown-lint.yml
@@ -7,7 +7,7 @@ MD004:
MD005:
indent: 2
-MD007: 2
+MD007: false
MD013:
code_blocks: false
@@ -17,7 +17,9 @@ MD013:
# MD025/single-title/single-h1 Multiple top-level headings in the same document
MD025: false
-MD029: one
+MD028: false
+
+MD029: false
MD033: false
@@ -25,6 +27,8 @@ MD034: false
MD035: consistent
+MD040: false
+
# MD041/first-line-heading/first-line-h1 First line in a file should be a
top-level heading
MD041: false
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cc0a947..559c147 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
- id: check-vcs-permalinks
- id: check-yaml
- id: detect-private-key
- - id: end-of-file-fixer
+ # - id: end-of-file-fixer
- id: fix-byte-order-marker
- id: forbid-submodules
- id: mixed-line-ending
diff --git a/content/pages/draft-asf-token-standard.md
b/content/pages/draft-asf-token-standard.md
index 652ac44..f1dea38 100644
--- a/content/pages/draft-asf-token-standard.md
+++ b/content/pages/draft-asf-token-standard.md
@@ -112,4 +112,4 @@ These values must not be used in any application. The
`sample` component will be
## Detection guidance
-To detect tokens, the regular expression presented in the Syntax section above
can be used alone, without anchoring, as a heuristic with a high probability of
matches. For better prevention of false positives in detection, the suffix
matching the CRC-32 can be validated. Components can also be validated against
the list maintained by Security.
\ No newline at end of file
+To detect tokens, the regular expression presented in the Syntax section above
can be used alone, without anchoring, as a heuristic with a high probability of
matches. For better prevention of false positives in detection, the suffix
matching the CRC-32 can be validated. Components can also be validated against
the list maintained by Security.
diff --git a/content/pages/policies.md b/content/pages/policies.md
index 481784f..89e3cb5 100644
--- a/content/pages/policies.md
+++ b/content/pages/policies.md
@@ -3,5 +3,7 @@ license: https://www.apache.org/licenses/LICENSE-2.0
We will list various proposed policies and policy changes. These will be
speculative until approved.
+## Security policies
+
1. [ASF standard for scannable secret tokens](./draft-asf-token-standard)
- [FAQ](./draft-asf-token-standard-faq)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]