You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-130Lines changed: 7 additions & 130 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,139 +56,16 @@ Both automations authenticate using the token from the git credential helper (`G
56
56
57
57
## Set up on your own repo
58
58
59
-
### 1. Enable Dependabot alerts
59
+
### 1. Enable security scanning
60
60
61
-
Go to **Settings > Code security** and enable:
62
-
-**Dependency graph** (on by default for public repos)
63
-
-**Dependabot alerts**
61
+
Set up scanners so that alerts appear under **Security** in your GitHub repo. This repo uses Dependabot, CodeQL, Trivy, and OSV-Scanner — see the [`.github/workflows/`](.github/workflows/) directory for examples. Use whichever combination fits your project.
64
62
65
-
### 2. Add the Maven dependency submission workflow
Go to **Settings > Code security > Code scanning** and click **Set up** for CodeQL. GitHub's default setup works for most repos. See [GitHub's CodeQL docs](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages) for advanced configuration.
0 commit comments