Skip to content

Commit 32e30f6

Browse files
committed
ci: fit CodeQL snapshot dismissal rationale limit
1 parent 33da98b commit 32e30f6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/codeql-provider-snapshots-dismiss-pr-once.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ jobs:
6060
raise SystemExit(f'refusing bulk dismissal: expected 39 provider snapshot alerts, found {len(rows)}')
6161
6262
comment = (
63-
'Vendored/generated provider snapshot. NiakVIO treats provider bundles as untrusted input and '
64-
'executes them behind the hardened provider sandbox, network guard and runtime/media validation. '
65-
'Repository-owned workflows, scripts/, engine_v2/ and tests have no remaining open CodeQL alert. '
66-
'Snapshot/LKG files are not hand-edited because their hashes and provenance must remain immutable.'
63+
'Vendored/generated untrusted provider snapshot; not repository-owned logic. '
64+
'Runtime sandbox/network/media guards remain mandatory. LKG hashes/provenance are immutable; '
65+
'published bundles are regenerated, not hand-edited. See SECURITY.md.'
6766
)
6867
for row in rows:
6968
payload = json.dumps({

0 commit comments

Comments
 (0)