Skip to content

Commit

Permalink
Enable Dry Run Security
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger committed Nov 11, 2023
1 parent 6bbbbfc commit e565954
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .dryrunsecurity.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sensitiveCodepaths:

Check warning on line 1 in .dryrunsecurity.yaml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Files Check

Possible Sensitive File

Our AI-Powered Sensitive File checker believes it has discovered a sensitive file being modified in this PR. Extra care must be taken when modifying a file that is potentially security-sensitive.
Raw output
The following reason was provided: This file contains security configuration information and is considered sensitive
# Files only allowed authors can modify
# - 'app.js'
# - 'controllers/**/*.js'
allowedAuthors:
usernames:
# GitHub username
# - 'john-doe'
notificationList:
# GitHub username or team name
# - '@DryRunSec/security'
# - '@john-doe'

0 comments on commit e565954

Please sign in to comment.