absaoss/AquaSec Scan Results
Process and handle AquaSec security scan results for GitHub Security tab integration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: absaoss/aquasec-scan-results@15ee405515a000288b4ae9cdcb9943ea974f74b7 # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aqua-key | AquaSec API Key | yes | — |
| aqua-secret | AquaSec API Secret | yes | — |
| group-id | AquaSec Group ID for authentication | yes | — |
| repository-id | AquaSec Repository ID (UUID format) | yes | — |
| verbose-logging | Enable or disable verbose logging | no | false |
| dev-branch-comparison | Enable developer branch comparison mode | no | false |
| branch-comparison-poll-interval | Polling interval in seconds for branch scan completion check | no | 30 |
| branch-comparison-poll-timeout | Maximum time in seconds to wait for branch scan completion | no | 600 |
Outputs
| name | description |
|---|---|
| nightscan-sarif-file | Full path to the generated SARIF file from the night scan |
| comparison-summary-file | Full path to the comparison summary Markdown file |