Skip to content

Commit

Permalink
Exclude JobDefinitionPath and UpdateJobId from sensitive data masking
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Sep 20, 2023
1 parent 5da2834 commit d0d7ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Tingle.Dependabot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
{
options.ExcludeProperties.AddRange(new[] {
"ExecutionId",
"JobDefinitionPath",
"UpdateJobId",
});
});
});
Expand Down

0 comments on commit d0d7ee1

Please sign in to comment.