forked from dotnet/yarp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/1.0] Add CodeQL3000 to microsoft-reverse-proxy-official
- backport of dotnet#1914 - add a new weekly schedule to keep database and tools up to database - add top-level parameter enabling CodeQL3000 in manual builds - add CodeQL3000 variables - add CodeQL3000 tasks - not auto-injected because that happens only in builds of the default branch - add tag indicating CodeQL3000 tasks did useful work - ignore no-op task executions - add a tsaoptions.json file - cribbed values from eng/sdl-tsa-vars.config file also: - backport dotnet#1843 - backport dotnet#1848 - switch to `-Svc` pools since this is a servicing branch nits: - disable auto-injection of build steps we or Arcade do explicitly - remove irrelevant variables in test jobs
- Loading branch information
Showing
2 changed files
with
100 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"areaPath": "DevDiv\\ASP.NET Core\\YARP", | ||
"codebaseName": "ReverseProxy", | ||
"instanceUrl": "https://devdiv.visualstudio.com/", | ||
"iterationPath": "DevDiv", | ||
"notificationAliases": [ | ||
"[email protected]" | ||
], | ||
"projectName": "DEVDIV", | ||
"repositoryName": "ReverseProxy", | ||
"template": "TFSDEVDIV" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters