We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go install
1 parent b2f0f76 commit 73b3dfdCopy full SHA for 73b3dfd
1 file changed
.github/workflows/ci.yml
@@ -43,6 +43,8 @@ jobs:
43
working-directory: osv-schema/tools/osv-linter
44
- run: osv-schema/tools/osv-linter/osv-linter
45
46
+ - run: go install github.com/ossf/osv-schema/tools/osv-linter/cmd/osv@latest
47
+
48
# run the linter against our advisories
49
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
50
with:
0 commit comments