You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces the local wiz-iac-scan.yml with a thin caller of the shared reusable morpho-org/github-actions/.github/workflows/wiz-iac-scan.yml@v1.
Iso behavior preserved: trigger pull_request on helm/**, scan-path helm/, runner arc-morpho-infra-dev (reusable default), no policies. Wiz CLI version+SHA256 and the fork-PR guard now live centrally.
The reason will be displayed to describe this comment to others. Learn more.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Closing: erpc's inline wiz-iac-scan.yml (GitHub Actions) is vestigial — every historical run is cancelled (never a green check), and erpc lacks the org-scoped WIZ_CLIENT_ID/SECRET secrets, so calling the shared reusable (which declares them required) fails at startup. erpc's real IaC/secret scanning is the native Wiz app integration (the green Wiz IaC Scanner / Wiz Secret Scanner checks), which is unaffected. Recommendation: delete the redundant inline workflow in a separate PR rather than migrate it. Tracked under PLA-1788.
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
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.
Replaces the local
wiz-iac-scan.ymlwith a thin caller of the shared reusablemorpho-org/github-actions/.github/workflows/wiz-iac-scan.yml@v1.Iso behavior preserved: trigger
pull_requestonhelm/**, scan-pathhelm/, runnerarc-morpho-infra-dev(reusable default), no policies. Wiz CLI version+SHA256 and the fork-PR guard now live centrally.Part of PLA-1787
Implements PLA-1788