libum-llc/Validate PowerOn
GitHub Action to validate a PowerOn on the Jack Henry™ credit union core platform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| symitar-hostname | The endpoint by which you connect to the Symitar host | yes | — |
| sym-number | The directory (aka Sym) number for your connection | yes | — |
| symitar-user-number | Your Symitar Quest user number (just the number) | yes | — |
| symitar-user-password | Your Symitar Quest password (just the password) | yes | — |
| ssh-username | The AIX user name for the Symitar host | yes | — |
| ssh-password | The AIX password for the Symitar host | yes | — |
| ssh-port | The port to connect to the SSH server | no | 22 |
| api-key | Your PowerOn Pipelines API Key from Libum Portal (https://portal.libum.io) | yes | — |
| symitar-app-port | The port which your SymAppServer communicates over. This is typically 42 + symNumber | no | — |
| connection-type | Connection type: "https" or "ssh" (default: ssh) | no | ssh |
| poweron-directory | The directory in the repository to monitor PowerOn changes in | no | REPWRITERSPECS/ |
| target-branch | Target branch to compare against for changed files (e.g., origin/main) | no | — |
| validate-ignore | List of PowerOn filenames to ignore during validation. Accepts a comma-delimited string or a YAML list (one item per line, optionally `- ` prefixed). | no | "" |
| preserve-server-files | List of exact filenames or glob patterns to skip during validation because they are preserved from the server. Accepts a comma-delimited string or a YAML list (one item per line, optionally `- ` prefixed). | no | "" |
| debug | Enable debug logging for Symitar clients | no | false |
| sync-method | Transport method for file synchronization when no target-branch is provided: "rsync" or "sftp" (default: sftp) | no | sftp |
Outputs
| name | description |
|---|---|
| files-validated | Number of PowerOn files validated |
| files-passed | Number of PowerOn files that passed validation |
| files-failed | Number of PowerOn files that failed validation |