frontend
frontend copied to clipboard
feat(policy): add tag exclusion functionality in PolicyList
Description
Introduce a boolean flag invertTagMatch to allow policies to apply to all projects, excluding those with the selected tags.
Addressed Issue
Policies apply to projects with selected tags. There's no way to apply a policy to all projects except those with specific tags, making exclusion use cases cumbersome.
Checklist
- [X] I have read and understand the contributing guidelines
- [X] This PR introduces new or alters existing behavior, and I have updated the documentation accordingly
:tada: Snyk checks have passed. No issues have been found so far.
:white_check_mark: security/snyk check is complete. No issues have been found. (View Details)
Done @nscuro
Thanks @arjavdongaonkar! Please add i18n for the new fields as per https://github.com/DependencyTrack/frontend#adding-or-improving-translations.