Skip to content

Commit

Permalink
chore(CI): make checkov happy
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Dec 19, 2024
1 parent 9db12d5 commit 961022d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
check:
lint:
pre-commit run -a

trivy:
Expand Down
2 changes: 2 additions & 0 deletions odoo/base/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: odoo
annotations:
checkov.io/skip1: CKV_K8S_40=Containers should run as a high UID to avoid host conflict
spec:
progressDeadlineSeconds: 300
replicas: 1
Expand Down

0 comments on commit 961022d

Please sign in to comment.