Skip to content

Commit 401f9d6

Browse files
committed
Add experimental build-mode input to init Action
1 parent d2e867f commit 401f9d6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

init/action.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ inputs:
1010
description: |
1111
A comma-separated value of the languages to be analysed e.g. python,javascript
1212
required: false
13+
build-mode:
14+
description: >-
15+
[Experimental, for internal testing only] The build mode that will be used to analyze the language.
16+
This input is only available in single-language analyses.
17+
18+
Available build modes will differ based on the language being analyzed. One of:
19+
20+
- none: The database will be created without building the source code.
21+
Available for all interpreted languages and some compiled languages.
22+
- autobuild: The database will be created by attempting to automatically build the source code.
23+
Available for all compiled languages.
24+
- manual: The database will be created by building the source code using a manually specified
25+
build command. Available for all compiled languages.
26+
required: false
1327
token:
1428
description: GitHub token to use for authenticating with this instance of GitHub. To download custom packs from multiple registries, use the registries input.
1529
default: ${{ github.token }}

0 commit comments

Comments
 (0)