Skip to content

Commit 61716e7

Browse files
committed
Merge branch 'main' into feature/codeql
2 parents d666daa + 4a6f038 commit 61716e7

File tree

3 files changed

+79
-0
lines changed

3 files changed

+79
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2+
3+
pipelines:
4+
51729:
5+
retail:
6+
source:
7+
credscan:
8+
lastModifiedDate: 2024-12-12
9+
eslint:
10+
lastModifiedDate: 2024-12-12
11+
psscriptanalyzer:
12+
lastModifiedDate: 2024-12-12
13+
armory:
14+
lastModifiedDate: 2024-12-12

.config/guardian/.gdnbaselines

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"properties": {
3+
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/baselines"
4+
},
5+
"version": "1.0.0",
6+
"baselines": {
7+
"default": {
8+
"name": "default",
9+
"createdDate": "2024-12-12 02:08:03Z",
10+
"lastUpdatedDate": "2024-12-12 02:08:03Z"
11+
}
12+
},
13+
"results": {
14+
"31128318971be3d77cbd3aaf7b6a06d65b1874334a143ee500c7fccb5aa89427": {
15+
"signature": "31128318971be3d77cbd3aaf7b6a06d65b1874334a143ee500c7fccb5aa89427",
16+
"alternativeSignatures": [
17+
"9106dc3b9a335702dc4feeeed54285f07d8a06494f38fc23167f6158793928dc"
18+
],
19+
"target": "eng/common/SetupNugetSources.ps1",
20+
"line": 38,
21+
"memberOf": [
22+
"default"
23+
],
24+
"tool": "psscriptanalyzer",
25+
"ruleId": "PSAvoidUsingUsernameAndPasswordParams",
26+
"createdDate": "2024-12-12 02:08:03Z",
27+
"expirationDate": "2025-05-31 03:13:03Z",
28+
"justification": "This error is baselined with an expiration date of 180 days from 2024-12-12 03:13:03Z"
29+
},
30+
"992b26983b997813a410dfc25048f3b218c6fc02fc14a5c2ad431ec8e022ac79": {
31+
"signature": "992b26983b997813a410dfc25048f3b218c6fc02fc14a5c2ad431ec8e022ac79",
32+
"alternativeSignatures": [
33+
"23e97da32b7142c282727c96d07fd5ce6aefd6ef26f02e91cb471eb7863542f8"
34+
],
35+
"target": "eng/common/SetupNugetSources.ps1",
36+
"line": 56,
37+
"memberOf": [
38+
"default"
39+
],
40+
"tool": "psscriptanalyzer",
41+
"ruleId": "PSAvoidUsingUsernameAndPasswordParams",
42+
"createdDate": "2024-12-12 02:08:03Z",
43+
"expirationDate": "2025-05-31 03:13:03Z",
44+
"justification": "This error is baselined with an expiration date of 180 days from 2024-12-12 03:13:03Z"
45+
},
46+
"53b10a5fb6059b0b229ad32c6278123a5603386f65d9e1c5684a2333f2e1dc62": {
47+
"signature": "53b10a5fb6059b0b229ad32c6278123a5603386f65d9e1c5684a2333f2e1dc62",
48+
"alternativeSignatures": [
49+
"cd7b0b0937cfa32a98962a528bd99ede0181ae41a609df430f35fd30763166c4"
50+
],
51+
"target": "eng/common/SetupNugetSources.ps1",
52+
"line": 88,
53+
"memberOf": [
54+
"default"
55+
],
56+
"tool": "psscriptanalyzer",
57+
"ruleId": "PSAvoidUsingUsernameAndPasswordParams",
58+
"createdDate": "2024-12-12 02:08:03Z",
59+
"expirationDate": "2025-05-31 03:13:03Z",
60+
"justification": "This error is baselined with an expiration date of 180 days from 2024-12-12 03:13:03Z"
61+
}
62+
}
63+
}

azure-pipelines-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ resources:
8686
extends:
8787
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
8888
parameters:
89+
settings:
90+
skipBuildTagsForGitHubPullRequests: true
8991
sdl:
9092
spotBugs:
9193
enabled: false

0 commit comments

Comments
 (0)