Skip to content

Commit ef78736

Browse files
authored
Merge pull request #483 from docker/sec-cli/ignore-scripts-fix-20260527-153106
ci: add ignore-scripts to Node package manager config (20260527-153106)
2 parents bb1aed9 + e169d35 commit ef78736

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
enableScripts: false

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ COPY app/src ./src
1313

1414
# Run tests to validate app
1515
FROM app-base AS test
16+
COPY .yarnrc.yml .
1617
RUN yarn install
1718
RUN yarn test
1819

0 commit comments

Comments
 (0)