Skip to content

Commit 0ad21f6

Browse files
authored
Update securing-repositories.md
1 parent cf0a4c8 commit 0ad21f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

practices/securing-repositories.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ This guide describes our minimum set of requirements to secure & configure our G
4545

4646
## Code security
4747

48-
- Enable, at a minimum, [Dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) alerts for vulnerabilities and respond to them appropriately.
49-
- Generate [SBOM (Software Bill of Materials)](../tools/dependency-scan/README.md) for your repository content and all the artefacts that are build as part of the CI/CD process
50-
- Disable ability to push to the default branch for everyone, admins included (`applies-to-admin` option).
48+
- [Dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) alerts for vulnerabilities must be enabled and acted on appropriately.
49+
- [SBOM (Software Bill of Materials)](../tools/dependency-scan/README.md) must be generated for your repository content and all the artefacts that are build as part of the CI/CD process.
50+
- Ability to push to the default branch must be disabled for everyone, including administrators (using the `applies-to-admin` option).
5151
- Refer to [Quality Checks](../quality-checks.md) for further code security practices.
5252

5353
### Branch protection

0 commit comments

Comments
 (0)