b24da5c685
update: Uncommon Outbound Kerberos Connection - Security - Update filter to include device type paths and reduce the level to "medium" update: Uncommon Outbound Kerberos Connection - Update filters to include tomcat and reduce the level to "medium" --------- Co-authored-by: nasbench <8741929+nasbench@users.noreply.github.com> Co-authored-by: phantinuss <79651203+phantinuss@users.noreply.github.com>
16 lines
233 B
YAML
16 lines
233 B
YAML
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
|
|
name: PR Labeler Workflow
|
|
|
|
jobs:
|
|
triage:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v4
|