From 40668584c6672fcfa9134f4e1eadc1620b71a3b6 Mon Sep 17 00:00:00 2001 From: Adhishree Kadam <118783118+adhishreekadam@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:17:00 -0400 Subject: [PATCH] Create node.policy.json Signed-off-by: Adhishree Kadam <118783118+adhishreekadam@users.noreply.github.com> --- node.policy.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 node.policy.json diff --git a/node.policy.json b/node.policy.json new file mode 100644 index 0000000..1aec2e6 --- /dev/null +++ b/node.policy.json @@ -0,0 +1,8 @@ +{ + "properties": [ + { "name": "example", "value": "web-helloworld-python" } + ], + "constraints": [ + "itsdangerous != 2.1.2" + ] +}