mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
Pull in changes to pkg/secrets/secrets.go that adds the logic to disable fips mode if a pod/container has a label set. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
44 lines
644 B
YAML
44 lines
644 B
YAML
---
|
|
run:
|
|
build-tags:
|
|
- apparmor
|
|
- seccomp
|
|
- selinux
|
|
concurrency: 6
|
|
deadline: 5m
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- bodyclose
|
|
- deadcode
|
|
- depguard
|
|
- dupl
|
|
- errcheck
|
|
- gofmt
|
|
- goimports
|
|
- golint
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- interfacer
|
|
- misspell
|
|
- nakedret
|
|
- staticcheck
|
|
- structcheck
|
|
- stylecheck
|
|
- typecheck
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- varcheck
|
|
# - gochecknoglobals
|
|
# - gochecknoinits
|
|
# - goconst
|
|
# - gocritic
|
|
# - gocyclo
|
|
# - gosec
|
|
# - lll
|
|
# - maligned
|
|
# - prealloc
|
|
# - scopelint
|