Skip to content

Commit

Permalink
Merge branch 'master' into v-sabiraj-proofpointPODconnectorchanges
Browse files Browse the repository at this point in the history
  • Loading branch information
v-sabiraj committed Feb 4, 2025
2 parents 1a4d20f + f7ba59b commit af8f292
Show file tree
Hide file tree
Showing 131 changed files with 6,587 additions and 5,551 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/content-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Content Validations
name: Content Validations
run-name: Content Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/data-connector-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Data Connector Validations
name: Data Connector Validations
run-name: Data Connector running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detection-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Detection Validations
name: Detection Validations
run-name: Detection Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documents-link-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Documents Broken Link Validation
name: Documents Broken Link Validation
run-name: Documents Broken Link Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-syntax-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - JSON File Syntax Validation
name: JSON File Syntax Validation
run-name: JSON File Syntax Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/logo-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Logo Validation
name: Logo Validation
run-name: Logo Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playbook-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Playbook Validations
name: Playbook Validations
run-name: Playbook Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample-data-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Sample Data Validation
name: Sample Data Validation
run-name: Sample Data Validation running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solution-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Solution Validations
name: Solution Validations
run-name: Solution Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workbook-metadata-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Workbook Metadata Validations
name: Workbook Metadata Validations
run-name: Workbook Metadata Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workbook-template-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Preview - Workbook Template Validations
name: Workbook Template Validations
run-name: Workbook Template Validations running on ${{ github.ref_name }}
on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .script/idChangeValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export async function IsIdHasChanged(filePath: string): Promise<ExitCode> {
const branches = await git.branch();
if (!branches.all.includes(pr.base.ref)) {
try {
await git.fetch(['origin', pr.base.ref + ':' + pr.base.ref]);
await git.fetch(['--no-tags', '--prune', '--no-recurse-submodules', '--depth=1', pr.base.repo.clone_url, pr.base.ref + ':' + pr.base.ref]);
} catch (e) {
console.error(`Error fetching branch ${pr.base.ref} from git:`, e);
return ExitCode.ERROR;
}
}
if (!branches.all.includes(pr.head.ref)) {
try {
await git.fetch(['origin', pr.head.ref + ':' + pr.head.ref]);
await git.fetch(['--no-tags', '--prune', '--no-recurse-submodules', '--depth=1', pr.head.repo.clone_url , pr.head.ref + ':' + pr.head.ref]);
} catch (e) {
console.error(`Error fetching branch ${pr.head.ref} from git:`, e);
return ExitCode.ERROR;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"name": "IllumioSyslogAuditEvents",
"Properties": [
{
"name": "TimeGenerated",
"type": "datetime"
},
{
"Name": "href",
"Type": "String"
},
{
"Name": "pce_fqdn",
"Type": "String"
},
{
"Name": "created_by",
"Type": "dynamic"
},
{
"Name": "event_type",
"Type": "String"
},
{
"Name": "status",
"Type": "String"
},
{
"Name": "severity",
"Type": "String"
},
{
"Name": "action",
"Type": "dynamic"
},
{
"Name": "resource_changes",
"Type": "dynamic"
},
{
"Name": "notifications",
"Type": "dynamic"
},
{
"Name": "version",
"Type": "Int"
},
{
"Name": "Type",
"Type": "String"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
{
"name": "IllumioSyslogNetworkTrafficEvents",
"Properties": [
{
"name": "TimeGenerated",
"type": "datetime"
},
{
"name": "tdms",
"type": "int"
},
{
"name": "ddms",
"type": "int"
},
{
"name": "pn",
"type": "string"
},
{
"name": "un",
"type": "string"
},
{
"name": "sn",
"type": "string"
},
{
"name": "src_ip",
"type": "string"
},
{
"name": "dst_ip",
"type": "string"
},
{
"name": "class",
"type": "string"
},
{
"name": "proto",
"type": "int"
},
{
"name": "dst_port",
"type": "int"
},
{
"name": "flow_count",
"type": "int"
},
{
"name": "dir",
"type": "string"
},
{
"name": "org_id",
"type": "int"
},
{
"name": "state",
"type": "string"
},
{
"name": "pd_qualifier",
"type": "int"
},
{
"name": "pd",
"type": "int"
},
{
"name": "src_hostname",
"type": "string"
},
{
"name": "src_href",
"type": "string"
},
{
"name": "dst_hostname",
"type": "string"
},
{
"name": "dst_href",
"type": "string"
},
{
"name": "network",
"type": "string"
},
{
"name": "src_labels",
"type": "dynamic"
},
{
"name": "dst_labels",
"type": "dynamic"
},
{
"name": "interval_sec",
"type": "int"
},
{
"name": "pce_fqdn",
"type": "string"
},
{
"name": "version",
"type": "int"
},
{
"Name": "Type",
"Type": "String"
}
]
}
Loading

0 comments on commit af8f292

Please sign in to comment.