bosch-aisecurity-aishield / watchtower

AIShield Watchtower: Dive Deep into AI's Secrets! 🔍 Open-source tool by AIShield for AI model insights & vulnerability scans. Secure your AI supply chain today! ⚙️🛡️
https://www.boschaishield.com/
Apache License 2.0
192 stars 12 forks source link

Scan a single model file present in a repo and in the local machine #4

Closed harimohanr closed 6 months ago

harimohanr commented 9 months ago

Is your feature request related to a problem? Please describe. The current version of watchtower takes a remote repository as an input for scan. Individual file scan in a remote repository or in the local machine is not supported.

Describe the solution you'd like

  1. Watchtower should accept a the path of a single file present in a remote repository for scan
  2. Watchtower should accept a the directory path present in a remote repository for scan. All the files in that directory should be scanned
  3. Watchtower should accept a local machine directory path as an input. All the files in that directory should be scanned
  4. Watchtower should accept a local machine file path (single file path) as an input for scan.