Skip to content

Commit 9c1e344

Browse files
committed
Disallow additional contents at the root of input and integrations packages
1 parent 18af7f0 commit 9c1e344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/input/spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Describes the folders and files that make up a package.
55
##
66
spec:
7-
additionalContents: true
7+
additionalContents: false
88
totalContentsLimit: 65535
99
totalSizeLimit: 50MB
1010
sizeLimit: 30MB

spec/integration/spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Describes the folders and files that make up a package.
55
##
66
spec:
7-
additionalContents: true
7+
additionalContents: false
88
totalContentsLimit: 65535
99
totalSizeLimit: 250MB
1010
sizeLimit: 150MB

0 commit comments

Comments
 (0)