-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(ci): restore reachable standards workflow pins #344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -15,5 +15,5 @@ jobs: | |||||||
| permissions: | ||||||||
| contents: read | ||||||||
| security-events: write | ||||||||
| id-token: write uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329 | ||||||||
| id-token: write uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@092dedada188f56c5915f74a5fd40aac093742c3 | ||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🔴 Critical | ⚡ Quick win Split the Line 18 contains Suggested fix- id-token: write uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@092dedada188f56c5915f74a5fd40aac093742c3
+ id-token: write
+ uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@092dedada188f56c5915f74a5fd40aac093742c3📝 Committable suggestion
Suggested change
🧰 Tools🪛 YAMLlint (1.37.1)[error] 18-18: syntax error: mapping values are not allowed here (syntax) 🤖 Prompt for AI AgentsSource: Linters/SAST tools |
||||||||
| secrets: inherit | ||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🔵 Trivial | ⚡ Quick win
🔎 Supported by static analysis
🤖 get_repo_knowledge executed:
get_repo_knowledge hyperpolymath/ambientops /tmp/coderabbit-repo-knowledge/hyperpolymath-ambientops-72648845Length of output: 2186
🏁 Script executed:
Repository: hyperpolymath/ambientops
Length of output: 16274
🏁 Script executed:
Repository: hyperpolymath/ambientops
Length of output: 13367
🤖 get_repo_knowledge executed:
get_repo_knowledge hyperpolymath/ambientops /tmp/coderabbit-repo-knowledge/hyperpolymath-ambientops-72648845/conventionsLength of output: 3041
🏁 Script executed:
Repository: hyperpolymath/ambientops
Length of output: 13307
Replace
secrets: inheritwith an explicit secret map.The pinned reusable workflow only reads the optional
HYPATIA_SCAN_PATsecret and the automaticGITHUB_TOKEN. Inheriting all caller secrets exposes unrelated secrets to this workflow. Pass onlyHYPATIA_SCAN_PAT.🧰 Tools
🪛 zizmor (1.29.0)
[warning] 29-29: secrets unconditionally inherited by called workflow (secrets-inherit): this reusable workflow
(secrets-inherit)
🤖 Prompt for AI Agents
Source: Linters/SAST tools