GoogleCloudPlatform / security-response-automation

Take automated actions against threats and vulnerabilities.
Apache License 2.0
208 stars 52 forks source link

update gcloud commands instructions. #185

Closed daniel-cit closed 4 years ago

daniel-cit commented 4 years ago

The command gcloud alpha scc notifications create has lost one one its parameters and is falling on the creation of the notification:

gcloud alpha scc notifications create sra-notification \ --organization "$ORGANIZATION_ID" \ --description "Notifications for active findings" \ --pubsub-topic projects/$PROJECT_ID/topics/$TOPIC_ID \ --event-type FINDING \ --filter "state=\"ACTIVE"\"

ERROR: (gcloud.alpha.scc.notifications.create) unrecognized arguments: --event-type FINDING To search the help text of gcloud commands, run: gcloud help -- SEARCH_TERMS

Current documentation: https://cloud.google.com/sdk/gcloud/reference/alpha/scc/notifications/create

gcloud alpha scc notifications create NOTIFICATION_CONFIG_ID --pubsub-topic=PUBSUB_TOPIC [--description=DESCRIPTION] [--filter=FILTER] [--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG …]

Also,

gcloud beta organizations add-iam-policy-binding

has been replaced with the GA version

gcloud organizations add-iam-policy-binding