qiazo/Enigma Virtualbox Action
GitHub Action for generating an "Enigma Virtual Box" project file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| entry | Entry directory | yes | . |
| input | The input executable file path. Enigma packs the files from path2Pack into a copy of this executable. | yes | — |
| output | The output executable file path. Enigma saves the packed file to this path. | yes | — |
| project-name | The file name to which we want to save the generated evb file. | — | project.evb |
| exclude | Regular expression. Files to exclude. | — | "" |
| project-template | Path to a project template | — | — |
| dir-template | Path to a directory template | — | — |
| file-template | Path to a file template | — | — |
| delete-extracted-on-exit | Whether to delete extracted on exit. | — | False |
| compress-files | Whether to compress files. | — | False |
| share-virtual-system | Share virtual system to child processes. | — | False |
| map-executable-with-temporary-file | Map executable files using temporary file. | — | True |
| allow-running-of-virtual-exe-files | Allow running of virtual executable files. | — | True |
| processes-of-any-platforms | Share to processes of any platforms. | — | False |
Outputs
| name | description |
|---|---|
| config-path | Absolute path to the configuration file. |