Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit 04e7901

Browse files
authored
Merge pull request #7 from dsp-testing/court/readme-edits
README edits
2 parents c74c052 + b8a4086 commit 04e7901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Go Dependency Submission
22

3-
An Action that calculates dependencies for a Go build-target (a Go file with a
4-
`main` function) and submits the list to the Dependency Submission API.
3+
This GitHub Action calculates dependencies for a Go build-target (a Go file with a
4+
`main` function) and submits the list to the [Dependency submission API](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api). Dependencies then appear in your repository's dependency graph, and you'll receive Dependabot alerts and updates for vulnerable or out-of-date dependencies.
55

66
### Example
77
```yaml

0 commit comments

Comments
 (0)