Skip to content

Commit b05ea54

Browse files
authored
Merge pull request #100 from cloudgraphdev/beta
Release: 0.24.0
2 parents 5e4a760 + e11c737 commit b05ea54

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.24.0-beta.1](https://github.com/cloudgraphdev/cli/compare/0.23.1...0.24.0-beta.1) (2022-08-05)
2+
3+
4+
### Features
5+
6+
* exclude subscription from scan report ([47a398c](https://github.com/cloudgraphdev/cli/commit/47a398c16af7f6ddf2b9078fc5eeaaa8aea27bb6))
7+
8+
# [0.24.0-alpha.1](https://github.com/cloudgraphdev/cli/compare/0.23.1...0.24.0-alpha.1) (2022-08-05)
9+
10+
11+
### Features
12+
13+
* exclude subscription from scan report ([47a398c](https://github.com/cloudgraphdev/cli/commit/47a398c16af7f6ddf2b9078fc5eeaaa8aea27bb6))
14+
115
## [0.23.1](https://github.com/cloudgraphdev/cli/compare/0.23.0...0.23.1) (2022-07-18)
216

317

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ EXAMPLES
14501450
$ cg init aws -r [Specify resources to crawl]
14511451
```
14521452

1453-
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.23.1/src/commands/init.ts)_
1453+
_See code: [src/commands/init.ts](https://github.com/cloudgraphdev/cli/blob/v0.24.0-beta.1/src/commands/init.ts)_
14541454

14551455
## `cg launch [PROVIDER]`
14561456

@@ -1482,7 +1482,7 @@ EXAMPLES
14821482
$ cg launch
14831483
```
14841484

1485-
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.23.1/src/commands/launch.ts)_
1485+
_See code: [src/commands/launch.ts](https://github.com/cloudgraphdev/cli/blob/v0.24.0-beta.1/src/commands/launch.ts)_
14861486

14871487
## `cg load [PROVIDER]`
14881488

@@ -1516,7 +1516,7 @@ EXAMPLES
15161516
$ cg load aws [Load data for AWS]
15171517
```
15181518

1519-
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.23.1/src/commands/load.ts)_
1519+
_See code: [src/commands/load.ts](https://github.com/cloudgraphdev/cli/blob/v0.24.0-beta.1/src/commands/load.ts)_
15201520

15211521
## `cg policy [PROVIDER]`
15221522

@@ -1545,7 +1545,7 @@ DESCRIPTION
15451545
Commands to manage policy pack modules, run $ cg policy for more info.
15461546
```
15471547

1548-
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.23.1/src/commands/policy/index.ts)_
1548+
_See code: [src/commands/policy/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.24.0-beta.1/src/commands/policy/index.ts)_
15491549

15501550
## `cg policy add [PROVIDER]`
15511551

@@ -1758,7 +1758,7 @@ DESCRIPTION
17581758
Commands to manage provider modules, run $ cg provider for more info.
17591759
```
17601760

1761-
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.23.1/src/commands/provider/index.ts)_
1761+
_See code: [src/commands/provider/index.ts](https://github.com/cloudgraphdev/cli/blob/v0.24.0-beta.1/src/commands/provider/index.ts)_
17621762

17631763
## `cg provider add [PROVIDER]`
17641764

@@ -1980,7 +1980,7 @@ EXAMPLES
19801980
$ cg scan aws --no-serve [Do not start the query engine]
19811981
```
19821982

1983-
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.23.1/src/commands/scan.ts)_
1983+
_See code: [src/commands/scan.ts](https://github.com/cloudgraphdev/cli/blob/v0.24.0-beta.1/src/commands/scan.ts)_
19841984

19851985
## `cg serve [PROVIDER]`
19861986

@@ -2012,7 +2012,7 @@ EXAMPLES
20122012
$ cg serve
20132013
```
20142014

2015-
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.23.1/src/commands/serve.ts)_
2015+
_See code: [src/commands/serve.ts](https://github.com/cloudgraphdev/cli/blob/v0.24.0-beta.1/src/commands/serve.ts)_
20162016

20172017
## `cg teardown [PROVIDER]`
20182018

@@ -2034,7 +2034,7 @@ EXAMPLES
20342034
$ cg teardown --delete-image
20352035
```
20362036

2037-
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.23.1/src/commands/teardown.ts)_
2037+
_See code: [src/commands/teardown.ts](https://github.com/cloudgraphdev/cli/blob/v0.24.0-beta.1/src/commands/teardown.ts)_
20382038

20392039
## `cg update [PROVIDER]`
20402040

@@ -2070,5 +2070,5 @@ EXAMPLES
20702070
$ cg update
20712071
```
20722072

2073-
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.23.1/src/commands/update.ts)_
2073+
_See code: [src/commands/update.ts](https://github.com/cloudgraphdev/cli/blob/v0.24.0-beta.1/src/commands/update.ts)_
20742074
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudgraph/cli",
33
"description": "Scan your cloud infrastructure data and query it with GraphQL",
4-
"version": "0.23.1",
4+
"version": "0.24.0-beta.1",
55
"author": "AutoCloud",
66
"license": "MPL-2.0",
77
"publishConfig": {

src/reports/scan-report.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const servicesToIgnore = [
3131
/^label$/,
3232
/^billing$/,
3333
/Findings$/,
34+
/^subscription$/,
3435
]
3536

3637
// TODO: come back and add tests once testing strategy is determined

0 commit comments

Comments
 (0)