Skip to content

Commit e741ee3

Browse files
authored
Merge branch 'main' into fix/recomm-7f7ae535
2 parents ae4a133 + c9c532c commit e741ee3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/scripts/schemas/aprl-schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ recommendation:
88
recommendationControl: enum('HighAvailability', 'BusinessContinuity', 'DisasterRecovery', 'Scalability', 'MonitoringAndAlerting', 'ServiceUpgradeAndRetirement', 'OtherBestPractices', 'Personalized', 'Governance', 'Security')
99
recommendationImpact: enum('Low', 'Medium', 'High')
1010
recommendationResourceType: any(
11-
regex('^Microsoft\\.[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
12-
regex('^Microsoft\\.[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
13-
regex('^Microsoft\\.[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
11+
regex('^(Microsoft|Oracle)\\.[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
12+
regex('^(Microsoft|Oracle)\\.[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
13+
regex('^(Microsoft|Oracle)\\.[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9.]+/[a-zA-Z0-9]+$'),
1414
regex('^WellArchitected/[A-Za-z]+$'),
1515
regex('^Specialized\\.Workload/[A-Za-z]+$'))
1616
recommendationMetadataState: enum('Active', 'Disabled')

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: "Run analysis"
34-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
34+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
3535
with:
3636
results_file: results.sarif
3737
results_format: sarif

0 commit comments

Comments
 (0)