Add "Ask an OC Expert" youtube live to resources page#539
Add "Ask an OC Expert" youtube live to resources page#539st3penta wants to merge 1 commit intoconforma:mainfrom
Conversation
📝 WalkthroughWalkthroughThis PR adds two website content files: a new blog post recapping Ask an OpenShift Expert Ep 169 (RHTAS & Conforma) and a resources entry embedding the episode video and metadata, covering artifact signing, attestations, SBOM validation, and policy-as-code topics. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🚀 Preview is available at https://1e5f3598.enterprise-contract.pages.dev |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@website/content/posts/youtube-ask-an-oc-expert.md`:
- Line 21: The link fragment in the markdown entry uses a wrong anchor
(`#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma`)
that doesn't match the actual heading text “Ask an OpenShift Expert…”; update
the link target in the string "**[Watch \"Ask an OpenShift Expert | Ep 169 | Red
Hat Trusted Artifact Signer -
Conforma\"](/resources/#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma)**"
to use the correct fragment that matches the heading (e.g., replace
"ask-an-oc-expert" with "ask-an-openshift-expert") so the anchor navigates to
the intended /resources heading.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: fe6b2513-4442-42e7-90f6-5a83d74c9b21
📒 Files selected for processing (2)
website/content/posts/youtube-ask-an-oc-expert.mdwebsite/content/resources/_index.md
|
|
||
| The full recording is now available on our Resources page. | ||
|
|
||
| **[Watch "Ask an OpenShift Expert | Ep 169 | Red Hat Trusted Artifact Signer - Conforma"](/resources/#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma)** |
There was a problem hiding this comment.
Fix the resources anchor to avoid a broken jump link.
Line 21 uses #ask-an-oc-expert-..., but the target heading is “Ask an OpenShift Expert…”, so this fragment is likely incorrect and may not navigate to the intended section.
Suggested fix
-**[Watch "Ask an OpenShift Expert | Ep 169 | Red Hat Trusted Artifact Signer - Conforma"](/resources/#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma)**
+**[Watch "Ask an OpenShift Expert | Ep 169 | Red Hat Trusted Artifact Signer - Conforma"](/resources/#ask-an-openshift-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma)**📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| **[Watch "Ask an OpenShift Expert | Ep 169 | Red Hat Trusted Artifact Signer - Conforma"](/resources/#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma)** | |
| **[Watch "Ask an OpenShift Expert | Ep 169 | Red Hat Trusted Artifact Signer - Conforma"](/resources/#ask-an-openshift-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma)** |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@website/content/posts/youtube-ask-an-oc-expert.md` at line 21, The link
fragment in the markdown entry uses a wrong anchor
(`#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma`)
that doesn't match the actual heading text “Ask an OpenShift Expert…”; update
the link target in the string "**[Watch \"Ask an OpenShift Expert | Ep 169 | Red
Hat Trusted Artifact Signer -
Conforma\"](/resources/#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma)**"
to use the correct fragment that matches the heading (e.g., replace
"ask-an-oc-expert" with "ask-an-openshift-expert") so the anchor navigates to
the intended /resources heading.
Adds blog post and resources entry for the Youtube live "Ask an OpenShift Expert" episode 169, where Conforma has been presented Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Ref: https://issues.redhat.com/browse/EC-1702
|
🚀 Preview is available at https://09d59943.enterprise-contract.pages.dev |
There was a problem hiding this comment.
♻️ Duplicate comments (1)
website/content/posts/youtube-ask-an-oc-expert.md (1)
21-21:⚠️ Potential issue | 🟡 MinorFix the
/resourcesanchor fragment to match the target heading slug.Line 21 still points to
#ask-an-oc-expert-...; if the actual heading uses “OpenShift”, this jump link will fail. Update the fragment to the exact generated slug fromwebsite/content/resources/_index.md.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@website/content/posts/youtube-ask-an-oc-expert.md` at line 21, Update the anchor fragment in the markdown link line that currently uses “#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma”: open website/content/resources/_index.md, copy the exact generated heading slug for the "Ask an OpenShift Expert | Ep 169 | Red Hat Trusted Artifact Signer - Conforma" entry, and replace the fragment portion of the link in website/content/posts/youtube-ask-an-oc-expert.md (the line starting with **[Watch "Ask an OpenShift Expert...) so the fragment exactly matches the slug from _index.md. Ensure no extra characters or spaces are introduced when updating the fragment.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Duplicate comments:
In `@website/content/posts/youtube-ask-an-oc-expert.md`:
- Line 21: Update the anchor fragment in the markdown link line that currently
uses
“#ask-an-oc-expert-ep-169--red-hat-trusted-artifact-signer-rhtas---conforma”:
open website/content/resources/_index.md, copy the exact generated heading slug
for the "Ask an OpenShift Expert | Ep 169 | Red Hat Trusted Artifact Signer -
Conforma" entry, and replace the fragment portion of the link in
website/content/posts/youtube-ask-an-oc-expert.md (the line starting with
**[Watch "Ask an OpenShift Expert...) so the fragment exactly matches the slug
from _index.md. Ensure no extra characters or spaces are introduced when
updating the fragment.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: b07d3e5f-bbe2-4427-b049-6c41c0d5b81b
📒 Files selected for processing (2)
website/content/posts/youtube-ask-an-oc-expert.mdwebsite/content/resources/_index.md
✅ Files skipped from review due to trivial changes (1)
- website/content/resources/_index.md
|
I think coderabbit said it also: "OC" seems wrong, should it be "OS" or maybe just OpenShift since "OS" is fairly ambiguous. |
Adds blog post and resources entry for the Youtube live "Ask an OpenShift Expert" episode 169, where Conforma has been presented
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Ref: https://issues.redhat.com/browse/EC-1702