Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClusterfuzzLite does not check out submodules #107

Open
Deniskore opened this issue Aug 23, 2022 · 2 comments
Open

ClusterfuzzLite does not check out submodules #107

Deniskore opened this issue Aug 23, 2022 · 2 comments
Assignees

Comments

@Deniskore
Copy link

I tried to add a custom step to fuzzing configuration to check out submodule, but it didn't help.

  - 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
@jonathanmetzman
Copy link
Collaborator

Let me see if I can get to this next week.

@jonathanmetzman jonathanmetzman self-assigned this Aug 25, 2022
@jonathanmetzman
Copy link
Collaborator

jonathanmetzman commented Sep 16, 2022

Damn, sorry for being late on this, let me try to do this on Monday

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants