Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vtalas committed Nov 20, 2024
1 parent a3c24b5 commit 3146f7c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 24 additions & 2 deletions src/appmixer/wiz/core/UploadSecurityScan/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,30 @@
{ "label": "Azure", "value": "Azure" },
{ "label": "GCP", "value": "GCP" },
{ "label": "OCI", "value": "OCI" },
{ "label": "Alibaba Cloud", "value": "Alibaba Cloud" },
{ "label": "Linode", "value": "Linode" }
{ "label": "Alibaba", "value": "Alibaba" },
{ "label": "vSphere", "value": "vSphere" },
{ "label": "OpenStack", "value": "OpenStack" },
{ "label": "Firemon", "value": "Firemon" },
{ "label": "Cloudflare", "value": "Cloudflare" },
{ "label": "OpenAI", "value": "OpenAI" },
{ "label": "Linode", "value": "Linode" },
{ "label": "MongoDBAtlas", "value": "MongoDBAtlas" },
{ "label": "GenericDB", "value": "GenericDB" },
{ "label": "Snowflake", "value": "Snowflake" },
{ "label": "Databricks", "value": "Databricks" },
{ "label": "Okta", "value": "Okta" },
{ "label": "Wiz", "value": "Wiz" },
{ "label": "AKS", "value": "AKS" },
{ "label": "EKS", "value": "EKS" },
{ "label": "GKE", "value": "GKE" },
{ "label": "Kubernetes", "value": "Kubernetes" },
{ "label": "OKE", "value": "OKE" },
{ "label": "OpenShift", "value": "OpenShift" },
{ "label": "ACK", "value": "ACK" },
{ "label": "AzureDevOps", "value": "AzureDevOps" },
{ "label": "GitHub", "value": "GitHub" },
{ "label": "Terraform", "value": "Terraform" },
{ "label": "GitLab", "value": "GitLab" }
]
},
"vulnerabilityFindings": {
Expand Down
2 changes: 2 additions & 0 deletions src/appmixer/wiz/lib.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const pathModule = require('path');

module.exports = {

async sendArrayOutput({ context, outputPortName = 'out', outputType = 'array', records = [] }) {
Expand Down

0 comments on commit 3146f7c

Please sign in to comment.