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 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 +} 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"