Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysogonus authored and xopham committed Dec 12, 2023
1 parent d6f2c9c commit 779d777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.reusable-sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
format: sarif
output-file: kubelinter-results.sarif
- name: Upload
if: always()
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
with:
sarif_file: 'kubelinter-results.sarif'
Expand Down
21 changes: 2 additions & 19 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ kubernetes:
# that are needed to access the registry containing Connaisseur image.
# imagePullSecrets:
# - name: "my-container-secret"
resources:
limits:
cpu: 1000m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
resources: {}
nodeSelector: {}
tolerations: []
affinity:
Expand All @@ -37,18 +31,7 @@ kubernetes:
#annotations: # uncomment when using Kubernetes prior v1.19
# seccomp.security.alpha.kubernetes.io/pod: runtime/default # uncomment when using Kubernetes prior v1.19
# container wide security context
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 10001 # remove when using openshift or OKD 4
runAsGroup: 20001 # remove when using openshift or OKD 4
seccompProfile: # remove when using Kubernetes prior v1.19, openshift or OKD 4
type: RuntimeDefault # remove when using Kubernetes prior v1.19, openshift or OKD 4
securityContext: {}
# pod wide security context
podSecurityContext: {}
# PodSecurityPolicy is deprecated as of Kubernetes v1.21, and will be removed in v1.25
Expand Down

0 comments on commit 779d777

Please sign in to comment.