google / google/clusterfuzzlite
ClusterfuzzLite does not check out submodules
- Dominant language
- No language data
- Stars
- 536
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
I tried to add a custom step to [fuzzing configuration](https://github.com/neonlabsorg/proxy-model.py/pull/881) to check out submodule, but it didn't help.
```yaml
- name: Checkout source
uses: actions/checkout@v2
id: checkout
with:
path: storage/proxy-model.py
submodules: true
```
I got an error after all the fuzzers were built:
```
RuntimeError: Executing command "git rev-parse HEAD" failed with error: fatal: detected dubious ownership in repository at '/github/workspace/storage/proxy-model.py'
To add an exception for this directory, call:
git config --global --add safe.directory /github/workspace/storage/proxy-model.py
```
Contributor guide
Assessment
This issue has not been assessed yet.