Skip to content

Commit 07dabf0

Browse files
authored
Remove text that explicitly calls out the lack of an enable Autofix toggle (#2789)
* don't say no enable button * undo warning removal * Apply suggestion from @abhijna * Apply suggestion from @abhijna
1 parent 6921710 commit 07dabf0

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

docs/semgrep-code/triage-remediation/autofix.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ To use Autofix, you must meet the following requirements:
2525
Autofix requires **read and write** access to your repositories on your SCM so Semgrep can push a branch and open a PR or MR.
2626
</Warning>
2727

28-
<Note>
29-
There is no organization-level **Autofix PR/MR** toggle under **Settings > General > Code**. When Semgrep Multimodal is enabled and your SCM connection has the required permissions, you can open Autofix PRs or MRs from a finding's **Details** page.
30-
</Note>
31-
3228
## Use Autofix
3329

3430
<Steps>

docs/semgrep-multimodal/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If many new issues are found in a given scan, Multimodal autotriage and Suggeste
7676

7777
#### Autofix
7878

79-
Autofix uses AI to generate proposed code changes for Semgrep Code and Supply Chain findings. Use Semgrep [Autofix](/semgrep-code/triage-remediation/autofix) to create draft pull requests or merge requests with those changes. For Semgrep Code, Autofix is available when Multimodal is enabled; there is no separate organization-level Autofix toggle.
79+
[Autofix](/semgrep-code/triage-remediation/autofix) generates code changes to remediate Semgrep Code and Supply Chain findings, then creates pull requests or merge requests with the proposed changes.
8080

8181
### Component tags
8282

0 commit comments

Comments
 (0)