mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
match existing DCO GH check name
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
2f39322f81
commit
cb09dd9e19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dco.yaml
vendored
2
.github/workflows/dco.yaml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
jobs:
|
||||
check:
|
||||
DCO:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue