nv-gha-runners/Setup Artifactory Go Proxy
Composite GitHub Action that signs into Artifactory with OIDC and returns the URL of the Go Module Proxy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| artifactory-domain | Artifactory domain | no | edge.urm.nvidia.com |
| artifactory-repository | Artifactory repository | no | edge-go-remote-virtual |
| oidc-audience | Value of the `aud` claim for the OIDC token | no | edge.urm.nvidia.com |
| oidc-provider-name | Value of the Artifactory OIDC provider name | no | nvgithub |
Outputs
| name | description |
|---|---|
| goproxy-url | The URL to the Go module proxy (to be used by the GOPROXY environment variable). |