Sha256: 2b4453bfadf4693a7e4c528e55fbf8a521ca14dd12ebf35d9fbf6197d1bd27ab

Contents?: true

Size: 467 Bytes

Versions: 4

Compression:

Stored size: 467 Bytes

Contents

Feature: Whitelist licenses
  As a developer
  I want to whitelist certain OSS licenses that my business has pre-approved
  So that any dependencies with those licenses do not show up as action items

  Scenario: Whitelist with MIT License alternative name "Expat" should whitelist "MIT" licenses
    Given I have an app with license finder that depends on an MIT license
    When I whitelist the Expat license
    Then I should not see a MIT licensed gem unapproved

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
license_finder-0.8.2-java features/whitelist.feature
license_finder-0.8.2 features/whitelist.feature
license_finder-0.8.1-java features/whitelist.feature
license_finder-0.8.1 features/whitelist.feature