Merged
Conversation
FayeSGW
approved these changes
Jul 3, 2025
FayeSGW
approved these changes
Jul 4, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Jul 11, 2025
* Implement optional flag and loop to poll SonarQube and wait for scan to complete * Add missing argument to NewSonarConfig * Add 'IN_PROGRESS' status to sleep loop * Add more thorough error message to attest sonar command * Change --allow-wait flag to take number of seconds to wait as parameter * Clean up leftover comment * Add more details on new flag to attest sonar description * Change --allow-wait flag to --max-retries * Change --allow-wait flag in example commands for docs * Fix typo * Start implementing GraphQL for Github PRs * Update variable names for PR structs to match API * Update PR struct to work with both old and new versions of PR attestation * Fix payload for non-github PR attestations and tidy up comments * Fix payload issues for non-Github-attest commands * Update report evidence command payloads * Get git provider for reporting commit evidence properly * add author_username to github pr attestation commits --------- Co-authored-by: Faye <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
use Github's GraphQL API to capture more details about github pull requests.