Skip to content

Commit

Permalink
Merge pull request #225 from GemeenteNijmegen/acceptance
Browse files Browse the repository at this point in the history
feat: resolve SecurityHub notifications
  • Loading branch information
marnixdessing authored Jan 3, 2024
2 parents 92e16d9 + 647a6e8 commit e522814
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const configurations: { [key: string]: Configuration } = {
branchName: 'acceptance',
yiviVersionNumber: 'v0.15.1',
yiviVersionChecksum: '27182cc8203234eca14b60fe488c1157fce0d1385410a83216436418d5b03a52',
alpineLinuxVersion: '3.18.3',
alpineLinuxVersion: '3.19.0',
codeStarConnectionArn: Statics.codeStarConnectionArn,
deployFromEnvironment: Statics.deploymentEnvironment,
deployToEnvironment: Statics.acceptanceEnvironment,
Expand All @@ -86,7 +86,7 @@ export const configurations: { [key: string]: Configuration } = {
branchName: 'main',
yiviVersionNumber: 'v0.15.1',
yiviVersionChecksum: '27182cc8203234eca14b60fe488c1157fce0d1385410a83216436418d5b03a52',
alpineLinuxVersion: '3.18.3',
alpineLinuxVersion: '3.19.0',
codeStarConnectionArn: Statics.codeStarConnectionArn,
deployFromEnvironment: Statics.deploymentEnvironment,
deployToEnvironment: Statics.productionEnvironment,
Expand Down
3 changes: 3 additions & 0 deletions src/constructs/EcsFargateService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ export class EcsFargateService extends Construct {
command: ['chmod 0777 /storage'], // TODO check proper restriction
readonlyRootFilesystem: true,
essential: false, // exit after running
logging: ecs.LogDriver.awsLogs({
streamPrefix: 'init',
}),
});
initContainer.addMountPoints({
containerPath: '/storage',
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e522814

Please sign in to comment.