Skip to content

Commit

Permalink
For excluding vendor directory from contrast scanning (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Goyal authored and GitHub Enterprise committed Aug 28, 2024
1 parent 2279ec5 commit 4761076
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .contrast-scan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"excludes": [
"**/vendor/**"
]
}

0 comments on commit 4761076

Please sign in to comment.