Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #144 from catenax-ng/hotfix/deployment-issues
Browse files Browse the repository at this point in the history
Updated kics workflow
  • Loading branch information
matbmoser authored Feb 6, 2023
2 parents 45508d6 + 867a71c commit 858b3f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: "KICS"

on:
push:
branches: [main, master]
branches: [ main ]
# pull_request:
# The branches below must be a subset of the branches above
# branches: [main, master]
Expand Down
2 changes: 2 additions & 0 deletions charts/consumer-backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
securityContext:
allowPrivilegeEscalation: false
env:
- name: "client.id"
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
},
"security": [
{
"API-Key": []
"API-Key": null
}
]
}
Expand Down Expand Up @@ -262,7 +262,7 @@
},
"security": [
{
"API-Key": []
"API-Key": null
}
]
}
Expand Down Expand Up @@ -298,7 +298,7 @@
},
"security": [
{
"API-Key": []
"API-Key": null
}
]
}
Expand Down Expand Up @@ -374,7 +374,7 @@
},
"security": [
{
"API-Key": []
"API-Key": null
}
]
}
Expand Down Expand Up @@ -531,7 +531,7 @@
},
"security": [
{
"API-Key": []
"API-Key": null
}
],
"components": {
Expand Down

0 comments on commit 858b3f8

Please sign in to comment.