Skip to content

Commit

Permalink
Mettre à jour la configuration Kubelinter pour exclure les conteneurs…
Browse files Browse the repository at this point in the history
… privilégiés, l'exécution en tant que non-root et le système de fichiers en lecture seule
  • Loading branch information
AlxFrst committed Apr 18, 2024
1 parent 28f8e7a commit 9fbe45f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/kubelinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: kube-linter-results.sarif
category: 'KubeLinter'


- name: upload txt results to GitHub
uses: actions/upload-artifact@v4
with:
name: kube-linter-results
path: kube-linter-results.txt
category: 'KubeLinter'
2 changes: 0 additions & 2 deletions postgres-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ metadata:
name: postgres
namespace: n8n
spec:
securityContext:
runAsNonRoot: true
replicas: 1
selector:
matchLabels:
Expand Down

0 comments on commit 9fbe45f

Please sign in to comment.