crytic / crytic/cloudexec

--config flag doesnt work when launching jobs

Open
#54 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
22
Forks
1
PR merge metrics
No merged PRs in 30d

Description

this won't work and will error out if there's no default cloudexec.toml to use:
`cloudexec launch --config ./tickoverflowsafety.toml --size c-8`

However this works:
`cloudexec launch --size c-8 ./tickoverflowsafety.toml`

The help prompt for cloudexec launch says you gotta use the --config flag, so IMO we just need to update that

I also noticed that sometimes the positional parameter is ignored if there's a cloudfuzz.toml in the current directory. That might be an actual bug

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.