Skip to content

docs(scout): clarify PR-only compare workflow - #25865

Open
nielskaspers wants to merge 1 commit into
docker:mainfrom
nielskaspers:docs/issue-25851-scout-sbom-note
Open

docs(scout): clarify PR-only compare workflow#25865
nielskaspers wants to merge 1 commit into
docker:mainfrom
nielskaspers:docs/issue-25851-scout-sbom-note

Conversation

@nielskaspers

Copy link
Copy Markdown
Contributor

Summary

  • clarify that the local Docker Scout compare step in the GitHub Actions example runs only on pull_request events
  • explain that non-PR events push the image and enable SBOM/provenance instead of loading the image locally
  • align the explanatory note with the workflow conditions already shown in the example

Fixes#25851.

Validation

  • git diff --check
  • npx --yes markdownlint-cli2 content/manuals/scout/integrations/ci/gha.md(fails on a pre-existing line-length violation at line 68, outside this change)

Clarify that the local Docker Scout comparison in the GitHub Actions example only runs on pull requests, while non-PR events push the image and enable SBOM/provenance instead.
Change notes:
- content/manuals/scout/integrations/ci/gha.md - explain the PR-only compare path and align the note with the workflow example
@netlify

netlifyBot commented Aug 17, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker failed. Why did it fail? →

NameLink
🔨 Latest commit7da9888
🔍 Latest deploy loghttps://app.netlify.com/projects/docsdocker/deploys/6a82a4ee14eb43000819d6d8

@github-actionsgithub-actionsBot added the area/scout Relates to Docker Scout label Aug 17, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/scoutRelates to Docker Scout

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs-scanner] Contradictory guidance on SBOM/provenance in GitHub Actions workflow

1 participant

@nielskaspers