Commit 4653bb34 authored by Harrison King Saturley-Hall's avatar Harrison King Saturley-Hall
Browse files

ci: fix copyright checks

parent 254346fc
name: Copyright Checks name: Copyright Checks
on: on:
pull-request: pull_request
jobs: jobs:
codeql: copyright-checks:
name: Analyze Codebase runs-on: ubuntu-24.04
runs-on: ubuntu-latest container:
image: ghcr.io/triton-inference-server/triton_distributed/helm-tester:0.1.1
options: --tty
volumes:
- ${{ github.workspace }}:/workspace
permissions: permissions:
actions: read
contents: read contents: read
security-events: write packages: read
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
steps: steps:
- name: Checkout repository - uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # Allowlist both variants of the mounted source directory.
- run: git config --global --add safe.directory /__w/triton_distributed/triton_distributed
- name: Initialize CodeQL - run: git config --global --add safe.directory /workspace
uses: github/codeql-action/init@v3 - run: pwsh /workspace/.github/workflows/copyright-check.ps1
with: env:
languages: ${{matrix.language}} NVBUILD_VERBOSITY: DETAILED
queries: +security-and-quality timeout-minutes: 2
working-directory: /workspace
- name: Perform CodeQL Analysis \ No newline at end of file
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment