ci: replace Trivy with Docker Scout for image scanning#614
Merged
Conversation
Replace aquasecurity/trivy-action with docker/scout-action across all security scan workflows due to security concerns with Trivy as a vendor. Docker Scout is from Docker Inc., an existing vendor relationship. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
This PR can replace #610 |
When explicit permissions are set at the job level, all other permissions default to none. The checkout step requires contents: read. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
keelerm84
reviewed
Mar 31, 2026
Co-authored-by: Matthew M. Keeler <mkeeler@launchdarkly.com>
Co-authored-by: Matthew M. Keeler <keelerm84@gmail.com>
…ivy-with-docker-scout' into security/replace-trivy-with-docker-scout
kinyoklion
reviewed
Mar 31, 2026
pkaeding
commented
Apr 1, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Removes the get-docker-credentials job and AWS OIDC dependency from scan workflows. Scout now authenticates with a read-only Docker Hub token stored as a repo secret, eliminating exposure of AWS credentials and OIDC tokens to third-party actions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kinyoklion
approved these changes
Apr 1, 2026
keelerm84
approved these changes
Apr 2, 2026
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.

Summary
aquasecurity/trivy-actionwithdocker/scout-action(v1, pinned to SHA) across all 3 security scan workflows (CI, daily alpine, daily distroless)release-secrets(required for Scout API access)docker/setup-qemu-actionanddocker/setup-buildx-actionto commit SHAs in CITest plan
security-scanjob runs successfully on this PRrelease-secretsAWS role assumption works in the security-scan job context🤖 Generated with Claude Code