observepoint/ObservePoint-Start-Audit

A GitHub Action that automatically triggers ObservePoint audits in CI/CD pipelines with secure callback handling.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 14, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: observepoint/github-actions-integration@b4306d3e0b3e09c9de7c026f7ac0fc8edea58294 # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pr_numberPull‑Request number (omit on push).no""
audit_idAudit ID to start.yes
starting_urlsComma‑separated or newline-delimited list of starting URLs passed to startingUrls.no
observepoint_api_keyAPI key for ObservePoint.yes
callback_ownerGitHub owner / organisation for the callback repository.yes
callback_repoRepository that contains the workflow to consume the callback.yes
callback_event_typeEvent type name (e.g. observepoint-audit-complete) that will be triggered by repository_dispatch.yes
callback_refGit ref (branch) to run the downstream workflow on.yes
callback_context_jsonOptional JSON object (stringified) that will be *merged* into callbackContext. Example: '{"env":"staging","prNumber":"ABC-123"}' no{}
commit_shaCommit SHA to set status against (optional in v3; still forwarded for traceability).no""
max_pagesOptional maximum number of pages to scan (overrides audit configuration).no

no outputs