Skip to content

Commit eb488c4

Browse files
authored
CM-26396 - Add Elixir support for SCA (#179)
1 parent 774d731 commit eb488c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cycode/cli/consts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
'pipfile.lock',
8080
'requirements.txt',
8181
'setup.py',
82+
'mix.exs',
83+
'mix.lock',
8284
)
8385

8486
SCA_EXCLUDED_PATHS = ('node_modules',)
@@ -97,6 +99,7 @@
9799
'pypi_pipenv': ['Pipfile', 'Pipfile.lock'],
98100
'pypi_requirements': ['requirements.txt'],
99101
'pypi_setup': ['setup.py'],
102+
'hex': ['mix.exs', 'mix.lock'],
100103
}
101104

102105
COMMIT_RANGE_SCAN_SUPPORTED_SCAN_TYPES = [SECRET_SCAN_TYPE, SCA_SCAN_TYPE]

0 commit comments

Comments
 (0)