@rio-cloud/cdk-v2-constructs 4.21.1 → 4.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [4.22.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.21.1&sourceBranch=refs%2Ftags%2Fv4.22.0) (2023-12-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **pipeline:** Increase gradle heap size for dependency check task ([7fdecf8](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/7fdecf82db62154ceebf41c1992fe4f28b864369))
|
|
11
|
+
|
|
5
12
|
### [4.21.1](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv4.21.0&sourceBranch=refs%2Ftags%2Fv4.21.1) (2023-11-28)
|
|
6
13
|
|
|
7
14
|
|
package/lib/contributions/team-transport-two/pipeline/buildspecs/buildspec-vulnerability-checks.yaml
CHANGED
|
@@ -14,7 +14,7 @@ phases:
|
|
|
14
14
|
- echo "Using standard gradle build spec for vulnerability checks..."
|
|
15
15
|
|
|
16
16
|
# RUNNING OWASP VULNERABILITY CHECK
|
|
17
|
-
- ./gradlew dependencyCheckAnalyze
|
|
17
|
+
- ./gradlew -Dorg.gradle.jvmargs=-Xmx4g dependencyCheckAnalyze
|
|
18
18
|
cache:
|
|
19
19
|
paths:
|
|
20
20
|
- /root/.cache/**/*
|
package/package.json
CHANGED
package/version.json
CHANGED