Skip to content

Commit

Permalink
Set readOnlyRootFilesystem as true in Interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture authored and tekton-robot committed Sep 4, 2024
1 parent 25bad02 commit 616cae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/interceptors/core-interceptors-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ spec:
timeoutSeconds: 5
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
# User 65532 is the distroless nonroot user ID
runAsUser: 65532
runAsGroup: 65532
Expand Down

0 comments on commit 616cae1

Please sign in to comment.