docs(security-audit): in-place patching as remediation for EOL/frozen products #121
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Eval Validation | |
| # Runs the skill's eval suite via the skill-repo-skill reusable. The reusable | |
| # declares `permissions: contents: read` at top level (read-only validator); | |
| # the calling job mirrors it explicitly. | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| permissions: {} | |
| jobs: | |
| eval-validate: | |
| uses: netresearch/skill-repo-skill/.github/workflows/eval-validate.yml@main | |
| permissions: | |
| contents: read |