golang-vendor-private/README.md
pips c3d49d90ae
All checks were successful
ci/woodpecker/push/build/3 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
chore(readme): describe available tags
2025-07-31 00:45:33 +02:00

35 lines
750 B
Markdown

# golang-vendor-private
CI plugin to retrieve private go modules in local vendor folder.
Tested with woodpecker-ci >= 3
## Available tags
Follow golang docker official image - linux/amd64 only
- latest
- 1.24
- 1.23
## Sample
```yaml
steps:
- name: vendor
image: forge.e5150.fr/ci-plugins/golang-vendor-private:latest
settings:
goprivate: forge.e5150.fr
login:
from_secret: test-username
password:
from_secret: test-token
```
## Settings
| Settings name | Type | Description |
| --------------- | --------------- | --------------- |
| `goprivate` | string | pattern for private go modules |
| `login` | string | login to access repository |
| `password` | string | password to access repository |