Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private messaging is in using specified tags and sending only the nes… #6

Open
wants to merge 90 commits into
base: master
Choose a base branch
from

Conversation

CurtisAndersenSysdig
Copy link

Change allow for owners of resources in compliance violations to be privately slack messaged about their resources.
the following lines are needed in the action notify part of the yaml file to have this work.

actions:  
    - type: notify
      owner_tag: AutoTag_Creator
      to:
        - slack://@email.com
      transport:

the owner_tag should be set to the front section of the email. IE owner_tag would only = curtis not [email protected].

logachev and others added 30 commits March 26, 2021 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.