diff options
| author | mo khan <mo@mokhan.ca> | 2021-06-02 22:30:28 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-06-02 22:30:28 -0600 |
| commit | 049a6dca73e45e04a22cc394607ad32afac66ad9 (patch) | |
| tree | 043abfd2cef9b88dfd72b561ae9ee963dac99692 /lib | |
| parent | fca4dbce6b9157d653c5cc0509b3a9f07ac3b5db (diff) | |
fix: map lockfile to package manager
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/spandx/core/dependency.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/spandx/core/dependency.rb b/lib/spandx/core/dependency.rb index ef169a1..1ed5b06 100644 --- a/lib/spandx/core/dependency.rb +++ b/lib/spandx/core/dependency.rb @@ -14,6 +14,8 @@ module Spandx Spandx::Python::Parsers::PipfileLock => :pypi, Spandx::Ruby::Parsers::GemfileLock => :rubygems, Spandx::Os::Parsers::Apk => :apk, + Spandx::Os::Parsers::Dpkg => :dpkg, + Spandx::Terraform::Parsers::LockFile => :terraform, }.freeze attr_reader :path, :name, :version, :licenses, :meta |
