mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-03-12 21:23:13 -07:00
test: add chack-agent workflow note and intentional linpeas CI break
This commit is contained in:
10
CHACK_AGENT_TESTING_NOTES.md
Normal file
10
CHACK_AGENT_TESTING_NOTES.md
Normal 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.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user