mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
remove dco workflow (#2936)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
5cdc0845fb
commit
6e16396d18
23
.github/workflows/dco.yaml
vendored
23
.github/workflows/dco.yaml
vendored
@ -1,23 +0,0 @@
|
||||
name: DCO
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
DCO:
|
||||
runs-on: ubuntu-latest
|
||||
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 'dependabot\[bot\]@users\.noreply\.github\.com'
|
||||
Loading…
x
Reference in New Issue
Block a user