Skip to content

Commit

Permalink
chore(deno-runtime): add read/write permissions to deno runtime image (
Browse files Browse the repository at this point in the history
…keptn#2618)

Signed-off-by: Griffin <[email protected]>
Signed-off-by: David Ahmadov <[email protected]>
  • Loading branch information
prakrit55 authored and ahmedavid committed Dec 6, 2023
1 parent ff94505 commit 9821ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/deno-runtime/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -eu

deno run --allow-net --allow-env=DATA,SECURE_DATA,KEPTN_CONTEXT "$SCRIPT"
deno run --allow-net --allow-write --allow-read --allow-env=DATA,SECURE_DATA,KEPTN_CONTEXT "$SCRIPT"

0 comments on commit 9821ea1

Please sign in to comment.