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

Add possibility for using globs in exclusions in binary_artifacts.yaml #325

Open
LeviPesin opened this issue Dec 9, 2022 · 0 comments
Open

Comments

@LeviPesin
Copy link

It does not really make sense for multimedia (generally images and fonts, sometimes maybe even audio and video) to be covered by Binary Artifacts check - first, a malicious change in them generally does not carry a security risk (it could be bad, but images and etc are not used as "code files"), and, second, a reviewer can easily check them unlike "true binary artifacts" like build files and executables. I suggest to allow globs to do exclusions like ['*.jpg', '*.png', '*.png', ...] or even exclude images and other such files by default.

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

No branches or pull requests

1 participant