Today Port's bitbacket's integration does not support wildcards or blobs in the file kind
The only place that it supports a wild card is in the path, and it will still make us set the filenames array.
We want to be able to support wildcards.
One or more of the following should work:
  • glob: '*.yaml'
    should match all YAML files in the path
  • path: values/team/*
    should match all files in the directory
  • Omitting
    filenames
    should process all files in the specified
Created by Haim Natan
·