im-open/Install and Run Depenedency Scripts
Downloads database dependency scripts and runs them against the specified database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| db-server-name | The server where the dependency files will be run. | yes | — |
| db-name | The name of the database where the dependency files will run. | yes | — |
| dependency-list | A json string containing a list of objects with the name of the dependency package, the version,the url where the package is stored, and optionally the auth token needed to download the package. | yes | — |
| use-integrated-security | Use domain integrated security. If false, a db-username and db-password should be specified. If true, those parameters will be ignored if specified. | yes | false |
| db-username | The username to use to login to the database. This is required if use-integrated-security is false, otherwise it's optional and will be ignored. | no | — |
| db-password | The password for the user logging in to the database. This is required if use-integrated-security is false, otherwise it's optional and will be ignored. | no | — |
| trust-server-certificate | A boolean that controls whether or not to validate the SQL Server TLS certificate. | no | false |
Outputs
no outputs