mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-03-21 18:58:04 +00:00
fix(workflow): prevent GitHub auto-linking in triage tables (#10143)
This commit is contained in:
16
.github/agents/issue-triage.md
vendored
16
.github/agents/issue-triage.md
vendored
@@ -261,10 +261,10 @@ Load these skills from `AGENTS.md` before starting:
|
|||||||
#### Test Specification
|
#### Test Specification
|
||||||
Write tests FIRST (TDD). The skills contain all testing conventions and patterns.
|
Write tests FIRST (TDD). The skills contain all testing conventions and patterns.
|
||||||
|
|
||||||
| # | Test Scenario | Expected Result | Must FAIL today? |
|
| Test Scenario | Expected Result | Must FAIL today? |
|
||||||
|---|--------------|-----------------|------------------|
|
|--------------|-----------------|------------------|
|
||||||
| 1 | {scenario} | {expected} | Yes / No |
|
| {scenario} | {expected} | Yes / No |
|
||||||
| 2 | {scenario} | {expected} | Yes / No |
|
| {scenario} | {expected} | Yes / No |
|
||||||
|
|
||||||
**Test location**: `tests/providers/{provider}/services/{service}/{check_id}/`
|
**Test location**: `tests/providers/{provider}/services/{service}/{check_id}/`
|
||||||
**Mock pattern**: {Moto `@mock_aws` | MagicMock on service client}
|
**Mock pattern**: {Moto `@mock_aws` | MagicMock on service client}
|
||||||
@@ -346,10 +346,10 @@ Load these skills from `AGENTS.md` before starting:
|
|||||||
#### Test Specification
|
#### Test Specification
|
||||||
Write tests FIRST (TDD). The skills contain all testing conventions and patterns.
|
Write tests FIRST (TDD). The skills contain all testing conventions and patterns.
|
||||||
|
|
||||||
| # | Test Scenario | Expected Result | Must FAIL today? |
|
| Test Scenario | Expected Result | Must FAIL today? |
|
||||||
|---|--------------|-----------------|------------------|
|
|--------------|-----------------|------------------|
|
||||||
| 1 | {scenario} | {expected} | Yes / No |
|
| {scenario} | {expected} | Yes / No |
|
||||||
| 2 | {scenario} | {expected} | Yes / No |
|
| {scenario} | {expected} | Yes / No |
|
||||||
|
|
||||||
**Test location**: `tests/{path}` (follow existing directory structure)
|
**Test location**: `tests/{path}` (follow existing directory structure)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user