Skip to content

Commit

Permalink
CM-26396 - Add Elixir support for SCA (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored Nov 29, 2023
1 parent 774d731 commit eb488c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cycode/cli/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
'pipfile.lock',
'requirements.txt',
'setup.py',
'mix.exs',
'mix.lock',
)

SCA_EXCLUDED_PATHS = ('node_modules',)
Expand All @@ -97,6 +99,7 @@
'pypi_pipenv': ['Pipfile', 'Pipfile.lock'],
'pypi_requirements': ['requirements.txt'],
'pypi_setup': ['setup.py'],
'hex': ['mix.exs', 'mix.lock'],
}

COMMIT_RANGE_SCAN_SUPPORTED_SCAN_TYPES = [SECRET_SCAN_TYPE, SCA_SCAN_TYPE]
Expand Down

0 comments on commit eb488c4

Please sign in to comment.