Skip to content

Commit

Permalink
Merge pull request #60 from simonbaird/allow-vault-subpackages
Browse files Browse the repository at this point in the history
Allow hashcorp/vault/{api,sdk} golang submodules
  • Loading branch information
lcarva authored Oct 9, 2024
2 parents c04d4dc + a945f92 commit c050087
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/rule_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ rule_data:
format: semverv
# https://github.com/hashicorp/vault/blob/8a46bee76887523a006410d1e865f5365e709851/LICENSE#L7
min: v1.15.0
exceptions:
# The api and sdk submodules have a different license.
- subpath: api
- subpath: sdk
- purl: pkg:golang/github.com/hashicorp/vagrant
format: semverv
# https://github.com/hashicorp/vagrant/blob/ac6374cd11a51b6992a5dc981bf617db74b4ca7d/LICENSE#L7
Expand Down

0 comments on commit c050087

Please sign in to comment.