Commit 736f380
committed
docs(appinspect): refine re-eval triggers — separate SLIM allowlist update from action schema change
QA second-pass review of Phase 1.7 closure (commits 628a2b3 + ff9f8be)
flagged that the previous trigger #3 conflated two distinct future
events:
(a) SLIM's underlying allowlist updates, causing
check_that_app_passes_slim_validation_for_cloud to start
passing — at which point set-equality between actual failures
and expect.yaml keys produces "yaml lists a check that didn't
fail" and FAILS the workflow until the entry is removed.
(b) splunk/appinspect-api-action wrapper updates that change the
expect.yaml file schema itself.
Both are valid triggers but they look for different signals:
(a) Cloud profile's Report info line shows failure: 0 with this
file still in place.
(b) Workflow exits with a YAML parse / schema error.
Split into two numbered triggers and added the observable signal for
(a). Mirrored in both files so the doc and the suppression artifact
agree.
No functional change. Documentation refinement only.
QA-finding class: doc-precision-trigger-conflation.1 parent ff9f8be commit 736f380
2 files changed
Lines changed: 21 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
79 | 88 | | |
80 | 89 | | |
81 | 90 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
381 | | - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
382 | 390 | | |
383 | 391 | | |
384 | 392 | | |
| |||
0 commit comments