CloudDefense.AI
  • Connect Repositories
    • Scan a Github/Gitlab
    • Scan an Azure DevOps repository
    • Scan a Bitbucket repository
  • Scans
    • Written code Scan (SAST)
    • Open Source Libraries Scan (SCA)
    • Secrets Scan
    • DAST Scans
    • API Scan from CloudDefense UI
  • CI/CD
    • GitHub Enterprise Actions
    • Methods for CI/CD integration with CLI
    • CI/CD Policies
    • Jenkins integration with cdefence
  • Integration
    • IaC on GCR Scan
    • IaC on Amazon ECR Scan
    • IaC on Docker Hub Scan
    • Integration with ServiceNow
    • Integration with Jira
    • SSO Okta App Integration
    • Set up CloudDefense Single Sign-On (SSO)
    • SIEM
      • Azure Sentinel
      • IBM Qradar
      • Micro Focus ArcSight Logger
  • Features
    • Sharing Integration
    • How to Enable Multi-Factor Authentication
    • AUTO PR
    • Remediation using SAST Recommendations
    • Global Allowed List and Local allowed list - Documentation
    • File Exclude
  • CloudDefense CLI
    • Cloud Defense CLI
  • On-Prem Installation
    • Install CloudDefense Helm on a Kubernetes Cluster
    • Install CloudDefense suite on a Kubernetes cluster
  • Others
    • Team Management
    • User Management
    • App Management
    • LogIn/Signup process
Powered by GitBook
On this page
  • Prerequisite
  • Step 1 : Scan UI
  • Step 2 : Exclude Path
  • Step 3: Re-run Scan
  1. Features

File Exclude

PreviousGlobal Allowed List and Local allowed list - DocumentationNextCloud Defense CLI

Last updated 2 years ago

Prerequisite

  • Must have an online scan either from UI or CLI.

Step 1 : Scan UI

Once scans are finished, we can go to the UI. There is a feature to exclude file paths from the project tree if developers don’t want to scan those via Exclude File Path. To do that, start a scan in UI.

Once the scan finishes.The interface will be as follows

Step 2 : Exclude Path

We now exclude a path which is similar to the following picture.

Step 3: Re-run Scan

Now re-ran the scan to see if /apps/ path is excluded from next scan

Now we cannot get any thing from the path (/apps/) which we excluded.