From 7911825c255079eff987192f89b0d065b13560a8 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Mon, 19 Feb 2024 16:38:15 +0100 Subject: [PATCH] Point directly to DR API. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd288d..1faffe3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dependency-review-action This action scans your pull requests for dependency changes, and will -raise an error if any vulnerabilities or invalid licenses are being introduced. The action is supported by an [API endpoint](https://docs.github.com/rest/reference/dependency-graph#dependency-review) that diffs the dependencies between any two revisions on your default branch. +raise an error if any vulnerabilities or invalid licenses are being introduced. The action is supported by an [API endpoint](https://docs.github.com/rest/dependency-graph/dependency-review) that diffs the dependencies between any two revisions on your default branch. The action is available for all public repositories, as well as private repositories that have GitHub Advanced Security licensed.