Skip to content

Commit d564c80

Browse files
MerlinBotMerlinBot
authored andcommitted
This change ensures that this repo meets static analysis requirements as per the [Mandatory SDL Requirement](https://liquid.microsoft.com/Web/Object/Read/ms.security/Requirements/Microsoft.Security.SystemsADM.10201). [FAQs] (https://strikecommunity.azurewebsites.net/articles/9931/continuous-sdl-faq-codeql.html), which requires a fresh codeql build every 30 days. To check whether your repository has been onboarded visit the [Lookup Service] (https://semmleportal.azurewebsites.net/lookup) and enter your repository URL - you should see the main branch of your repo in the list. contact [email protected] for further help & details --- For feedback or questions about this PR, please find the contact information in the above description. If none exists, please contact the [Gardener team](mailto:[email protected]) to help route. --- This change was automatically generated by [1ES Gardener](https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/gardener/1es-gardener) (a [MerlinBot](https://aka.ms/MerlinBot) extension) which is an initiative by the 1ES team to help repos stay up-to-date with latest tools, features, and best practices.
1 parent 3e15755 commit d564c80

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.pipelines/OneBranch.Buddy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
schedules:
2+
- cron: "0 0 * * SATURDAY"
3+
displayName: CodeQL weekly scan
4+
branches:
5+
include:
6+
- master
17
#################################################################################
28
# Onebranch Pipelines - Buddy MSBuild (CDPXMigrated) #
39
# This pipeline was created by EasyStart from a sample located at: #

.pipelines/OneBranch.Official.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
schedules:
2+
- cron: "0 0 * * SATURDAY"
3+
displayName: CodeQL weekly scan
4+
branches:
5+
include:
6+
- master
17
#################################################################################
28
# Onebranch Pipelines - Official MSBuild (CDPXMigrated) #
39
# This pipeline was created by EasyStart from a sample located at: #

0 commit comments

Comments
 (0)