docs: clarify before_install hook scope (#92766)

Signed-off-by: sallyom <somalley@redhat.com>
This commit is contained in:
Sally O'Malley
2026-06-13 16:54:04 -04:00
committed by GitHub
parent 8047350445
commit e6ffcf7362
10 changed files with 45 additions and 29 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ describe("plugins cli update", () => {
expect(helpText).toContain("--dangerously-force-unsafe-install");
expect(helpText).toContain("Deprecated no-op");
expect(helpText).toContain("install policy and");
expect(helpText).toContain("plugin hooks may still block");
expect(helpText).toContain("security.installPolicy");
expect(helpText).toContain("may still block");
});
it("refuses plugin updates in Nix mode before package-manager work", async () => {