jsonbored/Nightward
Run Nightward scan, policy, SARIF, or badge checks in GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Run mode: scan, policy, sarif, or badge. | no | policy |
| config | Optional .nightward.yml path. | no | "" |
| strict | Fail policy checks on medium or higher findings. | no | true |
| output | Output path for scan JSON or SARIF. | no | nightward.sarif |
| home | HOME path Nightward should scan. | no | "" |
| workspace | Repository/workspace path Nightward should scan. Defaults to GITHUB_WORKSPACE unless home is set. | no | "" |
| include-analysis | Include offline analysis signals in policy or SARIF modes. | no | false |
| sarif-url | Optional SARIF URL to include in badge mode. | no | "" |
Outputs
| name | description |
|---|---|
| findings-count | Number of findings in the generated report. |
| policy-passed | Whether policy mode passed. |
| output | Output path written by scan or sarif mode. |