[DNM] test: exercise Trivy scanning against images-shared#722 - #185
Draft
bschwedler wants to merge 1 commit into
Draft
[DNM] test: exercise Trivy scanning against images-shared#722#185bschwedler wants to merge 1 commit into
bschwedler wants to merge 1 commit into
Conversation
Test-only wiring so images-shared#722's Trivy scanning runs against real workbench builds before it merges. Must be dropped before this branch goes anywhere near main. Repoints both the reusable-workflow ref and the version input. The latter feeds setup-bakery, so changing only `uses:` would run the new workflow file against a released bakery with no `trivy` command. No security-events grants: PR scanning needs no caller-side change, since the Scan step is ungated in the shared workflows.
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.
Test-only. Points this repo's build workflows at
images-shared'sfeat/trivy-security-scanso images-shared#722's Trivy scanning runs against real builds before it merges.Nothing here is mergeable — PR scanning needs no caller-side change, since the
Scanstep is ungated in the shared reusable workflows. Nosecurity-eventsgrants: those belong to the code-scanning upload in images-shared#734 and land in a separate follow-up sequenced by images-shared#729.Both the reusable-workflow ref and the
versioninput are repointed.versionfeedssetup-bakery, so changing onlyuses:would run the new workflow file against a released bakery that has notrivycommand.