We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8926cee commit e2f6c3bCopy full SHA for e2f6c3b
src/cli.ts
@@ -93,7 +93,8 @@ Some defaults are provided:
93
The following environment variables are supported:
94
- OWASP_BIN: path to a local installation of the dependency-check-cli
95
- NVD_API_KET: personal NVD API key to authenticate against API
96
-- GITHUB_TOKEN: personal GitHub token to authenticate against API`,
+- GITHUB_TOKEN: personal GitHub token to authenticate against API
97
+- PROJECT_NAME: the name of the project being scanned`,
98
)
99
.parse();
100
0 commit comments