From 9b8a60bfac9a3593bef41477030470dfeed60381 Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Wed, 6 Nov 2024 22:22:37 -0800 Subject: [PATCH] document _config.run.policy_scan --- docs/source/configurable.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/configurable.rst b/docs/source/configurable.rst index af76b8444..946cb2470 100644 --- a/docs/source/configurable.rst +++ b/docs/source/configurable.rst @@ -104,6 +104,7 @@ such as ``show_100_pass_modules``. * ``deprefix`` - Remove the prompt from the start of the output (some models return the prompt as part of their output) * ``seed`` - An optional random seed * ``eval_threshold`` - At what point in the 0..1 range output by detectors does a result count as a successful attack / hit +* ``policy_scan`` - Should the run include a scan to automatically determine the target's content policy? ``plugins`` config items """"""""""""""""""""""""