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

Commit b8a4086

Browse files
authored
Update README.md
1 parent b18c0cf commit b8a4086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

33
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.
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)