Skip to content

Commit

Permalink
[PRODSEC] Onboard repo for security scans (#87)
Browse files Browse the repository at this point in the history
Add security.Jenkinsfile for security scans
  • Loading branch information
Lonny Huff authored and GitHub Enterprise committed Jun 3, 2023
1 parent 295338d commit f484cfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/CODEOWNERS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
directory_owner: "TEAM_PRODUCT_SECURITY"
8 changes: 8 additions & 0 deletions security/security.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@Library('leeroy-utils') _
securityPipeline(
tools: ["r2c", "wiz"],
tools_with_block_scans: ["r2c"],
repo: "plaid-link-ios-staging",
project: "plaid",
primary_branch: "master"
)

0 comments on commit f484cfc

Please sign in to comment.