bulwark-cli 0.6.0

Bulwark is a fast, modern, open-source web application security engine.
1
2
3
4
5
6
7
8
9
10
sensitiveCodepaths:
  # Files only allowed authors can modify
  - '.github/**/*'
allowedAuthors:
  usernames:
    # GitHub username
    - 'sporkmonger'
notificationList:
  # GitHub username or team name
  - '@sporkmonger'