Skip to content

Commit

Permalink
Merge pull request #152 from 4urcloud/dev-esteban-exportSaaSAddOn
Browse files Browse the repository at this point in the history
Dev esteban export saa s add on
  • Loading branch information
estebanmathia authored Apr 26, 2024
2 parents 0bd490b + 9ecc47a commit 8cc9c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Kexa/rules/rulesByProvider/azureSetRules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
applied: true
level: 1
cloudProvider: azure
objectName: ComputeManagementClient.virtualMachines
objectName: KexaAzure.vm
conditions:
- operator: OR
criteria:
Expand Down
1 change: 1 addition & 0 deletions Kexa/services/analyse.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export async function analyzeRule(ruleFilePath:string, listNeedRules:string[], g
try {
let lastBlockSplited = ruleFilePath.split('/')[ruleFilePath.split('/').length -1].split(".");
if(lastBlockSplited.length == 1){
// todo : analyze all files in the directory recursively
logger.debug("It's a directory");
return null;
}
Expand Down

0 comments on commit 8cc9c18

Please sign in to comment.