Skip to content

Commit c21ca50

Browse files
Merge pull request #206 from step-security/auto-cherry-pick
chore: Cherry-picked changes from upstream
2 parents 122a4ea + 3de27f9 commit c21ca50

11 files changed

Lines changed: 979 additions & 762 deletions

.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,17 @@ jobs:
112112

113113
The following inputs can be used as `step.with` keys
114114

115-
| Name | Type | Default | Description |
116-
|-------------------|--------|------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
117-
| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). |
118-
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` |
119-
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
120-
| `tcp-port` | Number | | TCP port to expose the Docker API locally |
121-
| `context` | String | `setup-docker-action` | Docker context name. |
122-
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
123-
| `rootless` | Bool | `false` | Start daemon in rootless mode |
124-
| `runtime-basedir` | String | `<home>/setup-docker-action` | Docker runtime base directory |
115+
| Name | Type | Default | Description |
116+
|-------------------|--------|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
117+
| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). |
118+
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` |
119+
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
120+
| `tcp-port` | Number | | TCP port to expose the Docker API locally |
121+
| `context` | String | `setup-docker-action` | Docker context name. |
122+
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
123+
| `rootless` | Bool | `false` | Start daemon in rootless mode |
124+
| `runtime-basedir` | String | `<home>/setup-docker-action` | Docker runtime base directory |
125+
| `github-token` | String | `${{ github.token }}` | Optional GitHub Token used to get releases and download assets to avoid rate limitation. On GitHub Enterprise, you might need to set a PAT for `github.com`. |
125126

126127
### inputs.version
127128

dist/index.js

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 75 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sourcemap-register.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)