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: docs/checks/internal/checks.yaml
+8-9
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,12 @@ checks:
57
57
Risk: `High` (possibly vulnerable to attacks on known flaws)
58
58
59
59
This check tries to determine if the project uses a dependency update tool,
60
-
specifically [dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates) or
Out-of-date dependencies make a project vulnerable to known flaws and prone to attacks.
63
66
These tools automate the process of updating dependencies by scanning for
64
67
outdated or insecure requirements, and opening a pull request to update them if
65
68
found.
@@ -75,9 +78,7 @@ checks:
75
78
76
79
remediation:
77
80
- >-
78
-
Signup for automatic dependency updates with
79
-
[dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates) or
80
-
[renovatebot](https://docs.renovatebot.com/configuration-options/) and place
81
+
Signup for automatic dependency updates with one of the previously listed dependency update tools and place
81
82
the config file in the locations that are recommended by these tools. Due to
82
83
https://github.com/dependabot/dependabot-core/issues/2804 Dependabot can
83
84
be enabled for forks where security updates have ever been turned on so projects
@@ -510,9 +511,7 @@ checks:
510
511
the "Pin actions to a full length commit SHA". You may also tick the "Restrict permissions for GITHUB_TOKEN" to fix issues found
511
512
by the Token-Permissions check.
512
513
- >-
513
-
To help update your dependencies after pinning them, use tools such as
0 commit comments