From 08c87ce8553fe805edf87c46984f6a2790434d32 Mon Sep 17 00:00:00 2001 From: Racheli Amrusi Date: Sun, 18 Feb 2024 16:40:52 +0200 Subject: [PATCH 1/3] Update Dockerfile --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 630d9ae..a416a70 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,4 +3,5 @@ FROM base LABEL foo="bar baz" ADD http://example.com/package.zip /temp USER me +USER me From fb4d01d4f6c76ec13f5670821cdf83a77a36d6eb Mon Sep 17 00:00:00 2001 From: Racheli Amrusi Date: Sun, 18 Feb 2024 16:47:30 +0200 Subject: [PATCH 2/3] Update config.js --- secrets/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/secrets/config.js b/secrets/config.js index 430f192..f42445f 100644 --- a/secrets/config.js +++ b/secrets/config.js @@ -1,2 +1,3 @@ const CIRCLE_CI = "2065ae463be5e534bb1d074a366d44e7a776d472" -const JIRA = "5FP0NmFYz81U32XdjNb42762" \ No newline at end of file +const JIRA = "5FP0NmFYz81U32XdjNb42762" + const NAME = "5FP0NmFYz81U32XdjNb42762" From e10ebf1f2b94de3544ecc30a37112b1408f33a5c Mon Sep 17 00:00:00 2001 From: Racheli Amrusi Date: Mon, 19 Feb 2024 08:38:41 +0200 Subject: [PATCH 3/3] Update org_security.json --- github/github_conf/org_security.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github/github_conf/org_security.json b/github/github_conf/org_security.json index 7b27495..53927d7 100644 --- a/github/github_conf/org_security.json +++ b/github/github_conf/org_security.json @@ -3,10 +3,11 @@ "organization": { "name": "Bridgecrew", "login": "bridgecrewio", + "login2": "bridgecrewio", "description": "Secure public cloud infrastructure", "ipAllowListEnabledSetting": "DISABLED", "ipAllowListForInstalledAppsEnabledSetting": "DISABLED", "requiresTwoFactorAuthentication": false } } -} \ No newline at end of file +}