Skip to content

fix(autoware_image_projection_based_fusion): modify incorrect index access in pointcloud filtering for out-of-range points (#10087) #703

fix(autoware_image_projection_based_fusion): modify incorrect index access in pointcloud filtering for out-of-range points (#10087)

fix(autoware_image_projection_based_fusion): modify incorrect index access in pointcloud filtering for out-of-range points (#10087) #703

Workflow file for this run

name: DCO
# ref: https://github.com/anchore/syft/pull/2926/files
on:
pull_request:
jobs:
dco:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Python 3.x
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check --verbose --exclude-pattern 'pre-commit-ci\[bot\]@users\.noreply\.github\.com'