mirror of
https://github.com/moby/moby.git
synced 2026-06-29 03:08:38 +00:00
The seccomp profile moved to github.com/moby/profiles/seccomp, so is no longer generated here. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
13 lines
362 B
Bash
Executable File
13 lines
362 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Run default validation, exclude vendor because it's slow
|
|
|
|
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
# Skip DCO check here, as it's already checked in a separate check in ci
|
|
#. "${SCRIPTDIR}"/dco
|
|
. "${SCRIPTDIR}"/pkg-imports
|
|
. "${SCRIPTDIR}"/deprecate-integration-cli
|
|
. "${SCRIPTDIR}"/golangci-lint
|
|
. "${SCRIPTDIR}"/shfmt
|