Skip to content

Add "Ask an OC Expert" youtube live to resources page#539

Open
st3penta wants to merge 1 commit intoconforma:mainfrom
st3penta:EC-1702
Open

Add "Ask an OC Expert" youtube live to resources page#539
st3penta wants to merge 1 commit intoconforma:mainfrom
st3penta:EC-1702

Conversation

@st3penta
Copy link
Copy Markdown
Contributor

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

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 10, 2026

📝 Walkthrough

Walkthrough

This 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

Cohort / File(s) Summary
Website Content Additions
website/content/posts/youtube-ask-an-oc-expert.md, website/content/resources/_index.md
Added a new blog post (YAML front matter, episode recap, "From Build to Deploy" section, <!--more--> marker) and a resources page entry (speaker/event metadata, Hugo rawhtml YouTube iframe embed, descriptive paragraph and bullet list) for Ask an OpenShift Expert Ep 169 about RHTAS and Conforma. Note: blog file added without trailing newline.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding a YouTube episode entry to the resources page for the Ask an OpenShift Expert episode.
Description check ✅ Passed The description is directly related to the changeset, clearly explaining the addition of a blog post and resources entry for YouTube episode 169.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview is available at https://1e5f3598.enterprise-contract.pages.dev

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 27f65a5 and 6140c33.

📒 Files selected for processing (2)
  • website/content/posts/youtube-ask-an-oc-expert.md
  • website/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)**
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

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.

Suggested change
**[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
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview is available at https://09d59943.enterprise-contract.pages.dev

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (1)
website/content/posts/youtube-ask-an-oc-expert.md (1)

21-21: ⚠️ Potential issue | 🟡 Minor

Fix the /resources anchor 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 from website/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

📥 Commits

Reviewing files that changed from the base of the PR and between 6140c33 and 7fcc6f9.

📒 Files selected for processing (2)
  • website/content/posts/youtube-ask-an-oc-expert.md
  • website/content/resources/_index.md
✅ Files skipped from review due to trivial changes (1)
  • website/content/resources/_index.md

@simonbaird
Copy link
Copy Markdown
Member

I think coderabbit said it also: "OC" seems wrong, should it be "OS" or maybe just OpenShift since "OS" is fairly ambiguous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants