mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-17 22:14:47 +02:00
Update README.md
This commit is contained in:
parent
91e3b794e8
commit
8a684e9cbd
1 changed files with 4 additions and 4 deletions
|
@ -564,10 +564,10 @@ There are a number of techniques you can employ to limit the scope of the genera
|
|||
- [For a Gradle execution, filter which Gradle projects and configurations will contribute dependencies](#filtering-which-gradle-configurations-contribute-to-the-dependency-graph)
|
||||
- [Use a separate workflow that only resolves the required dependencies]()
|
||||
|
||||
[!NOTE]
|
||||
Ideally, all dependencies involved in building and testing a project will be extracted and reported in a dependency graph.
|
||||
These dependencies would be assigned to different scopes (eg development, runtime, testing) and the GitHub UI would make it easy to opt-in to security alerts for different dependency scopes.
|
||||
However, this functionality does not yet exist.
|
||||
> [!NOTE]
|
||||
> Ideally, all dependencies involved in building and testing a project will be extracted and reported in a dependency graph.
|
||||
> These dependencies would be assigned to different scopes (eg development, runtime, testing) and the GitHub UI would make it easy to opt-in to security alerts for different dependency scopes.
|
||||
> However, this functionality does not yet exist.
|
||||
|
||||
### Choosing which Gradle invocations will generate a dependency graph
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue