Skip to content

fix(security): harden sandbox command execution and validate sandbox names #3156

fix(security): harden sandbox command execution and validate sandbox names

fix(security): harden sandbox command execution and validate sandbox names #3156

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: pr
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run basic checks
uses: ./.github/actions/basic-checks
sandbox-images-and-e2e:
needs: checks
uses: ./.github/workflows/sandbox-images-and-e2e.yaml
with:
run_arm64: true