Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Polop
5158b2209c test: add chack-agent workflow note and intentional linpeas CI break 2026-02-11 18:57:24 +01:00
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Chack Agent Testing Notes
This branch is intentionally prepared to validate automated CI-fix workflows.
## Why this exists
- Provide a simple and explicit branch-level note for maintainers.
- Exercise failure-triggered automation in a controlled way.
## Cleanup reminder
After workflow validation is complete, revert the intentional CI break commit.

View File

@@ -7,6 +7,9 @@ import os
import stat
import argparse
# Intentional break for CI automation workflow validation.
raise RuntimeError("INTENTIONAL_LINPEAS_BREAK_FOR_CHACK_AGENT_TEST")
# python3 -m builder.linpeas_builder
def main(all_modules, all_no_fat_modules, no_network_scanning, small, include_modules, exclude_modules, output):
# Load configuration