Skip to content

Feature Request: Ability to Ignore Specific File Types During Scan #198

@grasmarcussanti129

Description

@grasmarcussanti129

Description

It would be beneficial to have an option that allows users to specify certain file types or patterns to ignore during the scanning process. For instance, users might want to skip scanning large binary files, log files, or any other types of files that are not relevant for security checks but may slow down the scanning process.

Proposed Implementation

  1. Command Line Option: Introduce an additional option for clamscan, such as --exclude that users can set in their workflow configuration.
  2. Usage Example:
    on: [push]
    jobs:
      gitavscan:
        runs-on: ubuntu-latest
        name: AV scan with exclusions
        steps:
        - uses: actions/checkout@v3
        - name: Git AV Scan
          uses: djdefi/gitavscan@main
          with:
            options: '--exclude=

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions