Skip to content

Add items for OSRB - #52

Merged
peterd-NV merged 10 commits into
mainfrom
peterd/release_prep
Aug 5, 2026
Merged

peterd-NV merged 10 commits into
mainfrom
peterd/release_prep

Conversation

@peterd-NV

@peterd-NV peterd-NV commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds missing items for OSRB:

  1. Contribution guide and contributors list
  2. Security.md
  3. Rename license to license.md

Summary by CodeRabbit

  • Documentation
    • Added contribution guidelines covering commit sign-offs and the Developer Certificate of Origin.
    • Added contributor listing guidelines and team/contributor rosters.
    • Updated the license heading and copyright attribution.
    • Added security policy guidance, including vulnerability reporting channels, required details, and coordinated disclosure information.

@peterd-NV
peterd-NV requested a review from njawale42 as a code owner August 4, 2026 16:03
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Added contribution, contributor, license, and security documentation.

Changes

Governance documentation

Layer / File(s) Summary
Contribution and security policies
CONTRIBUTING.md, SECURITY.md
Added signed-off commit requirements, Developer Certificate of Origin 1.1 text, and private vulnerability reporting procedures.
Contributor and license metadata
CONTRIBUTORS.md, LICENSE.md
Added contributor-list guidance, project rosters, a license heading anchor, and the NVIDIA copyright owner.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested reviewers: njawale42

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description includes a Summary but omits the required Detailed description section, including the reason, changes, and impact. Add a Detailed description section that states the reason for the OSRB updates, the exact changes, and their impact.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title identifies the OSRB additions, which match the primary purpose of the changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch peterd/release_prep

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 6

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CONTRIBUTING.md`:
- Around line 15-21: Update the fenced code blocks in the commit-signing
documentation by adding blank lines before and after each fence, including the
blocks showing the git commit command and resulting Signed-off-by line. Preserve
the existing text and formatting inside the fences.
- Line 19: Update the fenced code blocks in CONTRIBUTING.md that contain the
sign-off message, DCO version text, and DCO certification text by adding the
text language identifier to each opening fence, while leaving their contents
unchanged.
- Line 6: Update the “Signing Your Work” heading in CONTRIBUTING.md from h4 to
h3 so it follows the preceding h2 heading sequentially.

In `@CONTRIBUTORS.md`:
- Line 10: Add a blank line immediately after the “Core Team” heading, matching
the spacing used after the “Contributors” heading before its list.

In `@LICENSE.md`:
- Around line 1-2: The README file contains links that reference a missing
LICENSE file, but the actual license file is named LICENSE.md. Update both the
license badge link and the Apache License 2.0 text link in the README to point
to LICENSE.md instead of LICENSE to ensure they resolve to the correct file.

In `@SECURITY.md`:
- Around line 14-18: Normalize the indentation of the nested list items under
“Please include the following information” in SECURITY.md by changing the
inconsistently indented entries to the expected four-space indentation,
preserving their text and list structure.
🪄 Autofix

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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: 171ed2e6-79f5-4bc6-9ddd-e34229fa59a4

📥 Commits

Reviewing files that changed from the base of the PR and between c704f8a and 93ce930.

📒 Files selected for processing (4)
  • CONTRIBUTING.md
  • CONTRIBUTORS.md
  • LICENSE.md
  • SECURITY.md

Comment thread CONTRIBUTING.md
Comment thread CONTRIBUTING.md
Comment thread CONTRIBUTING.md
Comment thread CONTRIBUTORS.md
Comment thread LICENSE.md
Comment thread SECURITY.md

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/ci.yml:
- Around line 92-97: Restrict the NVIDIA NGC login step near the Docker-based
test flow to trusted refs or a protected environment so pull-request code cannot
access NGC_API_KEY through the runner’s Docker configuration. Update the
workflow gate and the `docker/login-action@v3` step consistently, preserving
image pulls for trusted runs while preventing modified pull-request tests from
executing after credentialed login.

In @.github/workflows/nightly.yml:
- Around line 64-69: Restrict the test_full job before the NVIDIA NGC login step
to trusted execution contexts, so workflow_dispatch runs from untrusted refs
cannot access secrets or run scripts after authentication. Update the job
condition around test_full to allow scheduled runs only, or require a protected
environment and explicitly restrict manually selected refs before using
NGC_API_KEY.
🪄 Autofix

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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: e9fc764a-c9f8-4e10-9c96-0adf8bf3d7db

📥 Commits

Reviewing files that changed from the base of the PR and between 93ce930 and d147a4c.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/nightly.yml

Comment thread .github/workflows/ci.yml Outdated
Comment thread .github/workflows/nightly.yml Outdated

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/ci.yml:
- Around line 68-69: Update the job setup preceding docker/login-action to write
the temporary Docker configuration path based on the runtime $RUNNER_TEMP
variable into $GITHUB_ENV, then remove the job-level runner.temp-based
DOCKER_CONFIG assignment so the login action receives the exported value.
Preserve the run-specific isolation suffix and do not use github.workspace.

In @.github/workflows/nightly.yml:
- Around line 36-37: Update the workflow’s job-level environment by removing the
DOCKER_CONFIG assignment that references runner.temp. Add an initial setup step
that constructs the same run- and attempt-specific Docker config path from
$RUNNER_TEMP and persists it through $GITHUB_ENV for subsequent steps.
🪄 Autofix

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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: 1e9c428c-10c2-41b5-a224-4e735c6c85dc

📥 Commits

Reviewing files that changed from the base of the PR and between d147a4c and 4468c38.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/nightly.yml

Comment thread .github/workflows/ci.yml Outdated
Comment thread .github/workflows/nightly.yml Outdated
Comment thread CONTRIBUTORS.md Outdated

@njawale42 njawale42 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Lgtm, a minor spelling mistake to be addressed

Comment thread CONTRIBUTORS.md Outdated
@peterd-NV
peterd-NV merged commit 056ea61 into main Aug 5, 2026
3 checks passed
peterd-NV added a commit that referenced this pull request Aug 5, 2026
* Log in to NGC before GPU Docker builds that pull isaac-sim. (#53)

(cherry picked from commit 406e970)

* Add items for OSRB (#52)

* add security.md

* add contributing and update license to license.md

* fix ngc login

* remove ngc login step from ci yaml

* add ngc login step, ignore any potentailly stale credentials on runner

* fix ci yaml syntax

* revert login change

* update contributors.md

* fix license.md year

(cherry picked from commit 056ea61)

---------

Co-authored-by: hguillen <hguillen@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants