7f46063c25
- `bin/setup` installs gitleaks - add `gitleaks dir` command to CI - configure gitleaks to ignore tmp, log, and encrypted files - tag existing false positives with `gitleaks:allow` - add historical false positives to the ignore list
20 lines
721 B
YAML
20 lines
721 B
YAML
active:
|
|
id: <%= ActiveRecord::FixtureSet.identify("active", :uuid) %>
|
|
active: true
|
|
name: Production API
|
|
url: https://api.example.com/webhooks
|
|
signing_secret: p94Bx2HjempCdYB4DTyZkY1b # gitleaks:allow randomly generated
|
|
subscribed_actions: '<%= %w[ card_published card_assigned card_closed ].to_json %>'
|
|
board: writebook_uuid
|
|
account: 37s_uuid
|
|
|
|
inactive:
|
|
id: <%= ActiveRecord::FixtureSet.identify("inactive", :uuid) %>
|
|
active: false
|
|
name: Test Webhook
|
|
url: https://test.example.com/webhooks
|
|
signing_secret: H8ms8ADcV92v2x17hnLEiL5m # gitleaks:allow randomly generated
|
|
subscribed_actions: '<%= %w[ card_published card_assigned card_closed ].to_json %>'
|
|
board: private_uuid
|
|
account: 37s_uuid
|