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

Update scope.1.md, dont supprot wildcard * #4260

Closed
wants to merge 1 commit into from

Conversation

ShohamBit
Copy link
Collaborator

1. Explain what the PR does

the PR is a remove of 2 lines in the docs about the scope cli commend
those line discussed about the option to use * as a wild card when filtering for comm,etc
and it didn't work so it does not have support

2. Explain how to test it

you can test it by running such flags with tracee
--scope comm!=bash*
--scope comm!="bash*"
--scope 'comm!=bash*'
--scope 'comm!="bash*"'
--scope comm!=bash*
--scope comm!='bash*'
--scope comm!="bash*"
--scope 'comm!="bash*"'

@CLAassistant
Copy link

CLAassistant commented Aug 22, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants