chore: workflow hardening — pinact + zizmor [automated]#5
Open
infra-hardening[bot] wants to merge 1 commit into
Open
chore: workflow hardening — pinact + zizmor [automated]#5infra-hardening[bot] wants to merge 1 commit into
infra-hardening[bot] wants to merge 1 commit into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Automated workflow hardening
This PR was generated by the
pt-infra-hardeningpipeline.Changes
.github/workflows/frogbot.yml— pinactjfrog/frogbot@v2→jfrog/frogbot@05cf3f3ac9585235160476409b2cda3ba12471b0 # v2.34.2These findings could not be fixed automatically and need a maintainer's decision:
.github/workflows/frogbot.yml:3— zizmor/dangerous-triggers:pull_request_targetis almost always used insecurely and requires careful human review to ensure it cannot be exploited by untrusted PRs. → https://docs.zizmor.sh/audits/#dangerous-triggersOnce reviewed and accepted, prevent future runs from re-flagging this by adding an inline suppression comment on the offending line in
.github/workflows/frogbot.yml:# zizmor: ignore[dangerous-triggers] <your reason here>Replace
<your reason here>with a brief justification.Suppressing findings
To prevent a finding from being flagged in future hardening runs — whether it was fixed automatically or flagged for manual review — add an inline comment on the relevant line:
# zizmor: ignore[<rule-name>] <your reason here>Replace
<rule-name>with the audit name (e.g.artipacked,secrets-inherit). See zizmor audit docs for all rule names.