Skip to content

Commit e2f6c3b

Browse files
committed
added help text for PROJECT_NAME environment variable
1 parent 8926cee commit e2f6c3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cli.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ Some defaults are provided:
9393
The following environment variables are supported:
9494
- OWASP_BIN: path to a local installation of the dependency-check-cli
9595
- NVD_API_KET: personal NVD API key to authenticate against API
96-
- GITHUB_TOKEN: personal GitHub token to authenticate against API`,
96+
- GITHUB_TOKEN: personal GitHub token to authenticate against API
97+
- PROJECT_NAME: the name of the project being scanned`,
9798
)
9899
.parse();
99100

0 commit comments

Comments
 (0)