AppThreat / AppThreat/atom-tools
support for cpp
Open
- Dominant language
- Python
- Stars
- 6
- Forks
- 3
- Avg merge
- 4d
- Merged PRs (30d)
- 2
Description
hello! I got this error while running cdxgen
```
Failed to run atom-tools. Use the atom container image or perform 'pip install atom-tools' and re-run this command. Exception:
Unknown origin type: cpp
```
so I tried to run it manually to confirm the behavior
```shellsession
$ atom-tools convert -t cpp
Unknown origin type: cpp
```
looks like cpp isn't supported, right?
https://github.com/AppThreat/atom-tools/blob/d1461e61a1bc82ce39c735e0102f953e6d647e8f/atom_tools/cli/commands/convert.py#L88
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.