Skip to content

Commit

Permalink
Merge pull request #4 from BrunoReboul/bruno
Browse files Browse the repository at this point in the history
stream2bq rc
  • Loading branch information
BrunoReboul authored Mar 25, 2020
2 parents d0c3d4b + 9ba7988 commit 40efc0d
Show file tree
Hide file tree
Showing 5 changed files with 465 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ Audit Google Cloud resources (the assets) compliance against a set of rules when

- It is all easier to fix when it is detected early
- Value is delivered only when a detected non compliance is fixed

## Release

- Release candidates:
- are suffixed with -rc
- are volatile
- should be used only by their developer for testing purpose and can disapear without notice
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.11

require (
cloud.google.com/go v0.46.3
cloud.google.com/go/bigquery v1.0.1
cloud.google.com/go/firestore v1.1.1
cloud.google.com/go/pubsub v1.0.1
google.golang.org/api v0.20.0
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxK
cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc=
cloud.google.com/go v0.46.3 h1:AVXDdKsrtX33oR9fbCMu/+c1o8Ofjq6Ku/MInaLVg5Y=
cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0=
cloud.google.com/go/bigquery v1.0.1 h1:hL+ycaJpVE9M7nLoiXb/Pn10ENE2u+oddxbD8uu0ZVU=
cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
cloud.google.com/go/firestore v1.1.1 h1:vFLWT9tT+SQnfY20DgeNmwh56CSB3kc+Jt16o6Wy8IE=
Expand Down
Loading

0 comments on commit 40efc0d

Please sign in to comment.