Skip to content

Commit

Permalink
Bump csp policies version (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-weisman authored Aug 15, 2023
1 parent 8c70d9a commit 6257c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/fetching/fetchers/gcp/assets_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ var GcpAssetTypes = map[string][]string{
"compute.googleapis.com/Disk",
"compute.googleapis.com/Network",
"compute.googleapis.com/RegionBackendService",
"compute.googleapis.com/Subnetwork",
},
fetching.CloudDns: {
"dns.googleapis.com/ManagedZone",
Expand Down
2 changes: 1 addition & 1 deletion version/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package version

const policyVersion = "v1.5.3"
const policyVersion = "v1.5.4"

// PolicyVersion returns cloudbeat version info used for the build.
func PolicyVersion() Version {
Expand Down

0 comments on commit 6257c00

Please sign in to comment.