@@ -21,21 +21,22 @@ The workflow performs the following actions:
2121
2222## Workflow Inputs 🛠️
2323
24- | ** Input** | ** Description** | ** Required** | ** Default** |
25- | --------------------- | ------------------------------------------ | ------------ | ----------- |
26- | ** docker-username** | Docker Registry Username | Yes | - |
27- | ** scontain-username** | Scontain Registry Username | Yes | - |
28- | ** image-name** | Name of Docker Image to Sconify | Yes | - |
29- | ** image-tag** | Tag of Docker Image to Sconify | Yes | - |
30- | ** docker-registry** | Docker Registry of Docker Image to Sconify | No | docker.io |
31- | ** sconify-version** | Version of the Sconify Image to use | Yes | - |
32- | ** fs-dir** | File System Directory to Protect | Yes | - |
33- | ** binary** | Path to the Binary to Protect | Yes | - |
34- | ** command** | Command to Protect | Yes | - |
35- | ** heap** | Enclave Heap size | No | 1G |
36- | ** dlopen** | dlopen mode | No | 1 |
37- | ** sconify-debug** | Create Scone Debug image | No | true |
38- | ** sconify-prod** | Create Scone Production image | No | true |
24+ | ** Input** | ** Description** | ** Required** | ** Default** |
25+ | --------------------- | ------------------------------------------------------------------------------------------------ | ------------ | ------------- |
26+ | ** docker-username** | Docker Registry Username | Yes | - |
27+ | ** scontain-username** | Scontain Registry Username | Yes | - |
28+ | ** image-name** | Name of Docker Image to Sconify | Yes | - |
29+ | ** image-tag** | Tag of Docker Image to Sconify | Yes | - |
30+ | ** docker-registry** | Docker Registry of Docker Image to Sconify | No | docker.io |
31+ | ** sconify-version** | Version of the Sconify Image to use | Yes | - |
32+ | ** fs-dir** | File System Directory to Protect | Yes | - |
33+ | ** binary** | Path to the Binary to Protect | Yes | - |
34+ | ** command** | Command to Protect | Yes | - |
35+ | ** heap** | Enclave Heap size | No | 1G |
36+ | ** dlopen** | dlopen mode | No | 1 |
37+ | ** sconify-debug** | Create Scone Debug image | No | true |
38+ | ** sconify-prod** | Create Scone Production image | No | true |
39+ | ** runner** | Runner to use (overrides ` runs-on ` ) ⚠️ the specified runner must feature Ubuntu OS and docker CE | No | ubuntu-latest |
3940
4041### Secrets 🔐
4142
0 commit comments