-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'alpha' into feature/CG-1114
- Loading branch information
Showing
122 changed files
with
13,125 additions
and
17,038 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
{ | ||
"name": "policy-packs", | ||
"version": "0.0.0", | ||
"description": "CloudGraph CSPM policy packs monorepo", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cloudgraphdev/cloudgraph-policy-packs.git" | ||
}, | ||
"workspaces": [ | ||
"src/**/*" | ||
], | ||
"devDependencies": { | ||
"@qiwi/multi-semantic-release": "^6.0.2", | ||
"@qiwi/multi-semantic-release": "^6.1.1", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/gitlab": "^8.0.1", | ||
"@semantic-release/github": "^8.0.1", | ||
"@semantic-release/npm": "^9.0.1", | ||
"@semrel-extra/npm": "^1.2.0", | ||
"semantic-release": "^19.0.2" | ||
}, | ||
|
@@ -24,6 +31,14 @@ | |
"singleQuote": true | ||
}, | ||
"scripts": { | ||
"release": "multi-semantic-release" | ||
"release": "NPM_CONFIG_IGNORE_SCRIPTS='true' NODE_JQ_SKIP_INSTALL_BINARY='true' multi-semantic-release", | ||
"clean": "yarn workspaces foreach -p run clean", | ||
"lint": "yarn workspaces foreach run lint", | ||
"lint:fix": "yarn workspaces foreach run lint:fix", | ||
"prebuild": "tsc -b", | ||
"build": "yarn workspaces foreach run build" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.21" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,37 @@ | ||
--- | ||
branches: | ||
- name: main | ||
- name: beta | ||
prerelease: true | ||
- name: alpha | ||
channel: alpha | ||
prerelease: true | ||
- name: beta | ||
channel: beta | ||
prerelease: true | ||
- name: main | ||
|
||
plugins: | ||
- "@semantic-release/commit-analyzer" | ||
- "@semantic-release/release-notes-generator" | ||
- - "@semantic-release/changelog" | ||
- changelogFile: CHANGELOG.md | ||
- - "@semantic-release/git" | ||
- assets: | ||
- CHANGELOG.md | ||
- package.json | ||
- - "@semantic-release/npm" | ||
- npmPublish: false | ||
- "@semantic-release/gitlab" | ||
- CHANGELOG.md | ||
- package.json | ||
- - "@semrel-extra/npm" | ||
- npmPublish: true | ||
- "@semantic-release/github" | ||
verifyConditions: | ||
- "@semantic-release/changelog" | ||
- "@semantic-release/gitlab" | ||
- "@semantic-release/github" | ||
- "@semrel-extra/npm" | ||
prepare: | ||
- "@semantic-release/changelog" | ||
- "@semantic-release/npm" | ||
- "@semrel-extra/npm" | ||
- - "@semantic-release/git" | ||
- message: "chore(publish): ${nextRelease.version} \n\n${nextRelease.notes}" | ||
- message: "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}" | ||
publish: | ||
- "@semantic-release/gitlab" | ||
release: | ||
noCi: true | ||
- "@semantic-release/github" | ||
- "@semrel-extra/npm" | ||
success: false | ||
fail: false | ||
repositoryUrl: https://gitlab.com/auto-cloud/cloudgraph/policy-packs.git | ||
tagFormat: "${version}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# @cloudgraph/policy-pack-aws-cis-1.2.0 [0.11.0-alpha.1](https://github.com/cloudgraphdev/cloudgraph-policy-packs/compare/@cloudgraph/[email protected]...@cloudgraph/[email protected]) (2022-04-27) | ||
|
||
|
||
### Features | ||
|
||
* Included 6.x rules for aws nist 800-53 ([b51f652](https://github.com/cloudgraphdev/cloudgraph-policy-packs/commit/b51f6522e7721928ea8dc30d009ac5530f6e86eb)) | ||
|
||
## @cloudgraph/policy-pack-aws-cis-1.2.0 [0.10.1-alpha.1](https://github.com/cloudgraphdev/cloudgraph-policy-packs/compare/@cloudgraph/[email protected]...@cloudgraph/[email protected]) (2022-04-26) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* rename vpc flowLogs connection to FlowLog ([c31e985](https://github.com/cloudgraphdev/cloudgraph-policy-packs/commit/c31e985b4a2623fb01f8a29a4c5897becb2e4905)) | ||
* Updated policy field for S3 schema ([dc3d6c8](https://github.com/cloudgraphdev/cloudgraph-policy-packs/commit/dc3d6c8b4b7e22ba58c1394d0b64e866ab3de519)) | ||
|
||
# @cloudgraph/policy-pack-aws-cis-1.2.0 [0.10.0](https://gitlab.com/auto-cloud/cloudgraph/policy-packs/compare/@cloudgraph/[email protected]...@cloudgraph/[email protected]) (2022-04-01) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.