actions-marketplace-validations/logsight-verification-action
Quality gate that verifies a new deployment compared to the previous deployment using AI-powered log analytics.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token | yes | — |
| username | Basic auth username. | yes | — |
| password | Basic auth password. | yes | — |
| repository | Name of repository. | yes | — |
| baseline_tag | Tag that refers to the baseline version (e.g., already running deployment in production | yes | — |
| candidate_tag | Tag that refers to the compare version (e.g., the one that you want to check currently) | yes | — |
| risk_threshold | Threshold for the risk score (goes from 0 to 100) | no | 50 |
Outputs
| name | description |
|---|---|
| verification_result | Result from the log verification quality gate check. |