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

fix docker command #182

Merged
merged 1 commit into from
Nov 8, 2024
Merged

fix docker command #182

merged 1 commit into from
Nov 8, 2024

Conversation

opstoken
Copy link
Contributor

@opstoken opstoken commented Nov 8, 2024

Description:

docker run -v "./src:/src" shivasurya/code-pathfinder:stable-latest pathfinder ci --project /src/code-pathfinder/test-src --ruleset cpf/java

unknown command "pathfinder" for "pathfinder"
Error: unknown command "pathfinder" for "pathfinder"
Run 'pathfinder --help' for usage.

right answer:
docker run -v "./src:/src" shivasurya/code-pathfinder:stable-latest ci --project /src/code-pathfinder/test-src --ruleset cpf/java

Checklist:

  • Tests passing (gradle testGo)?
  • Lint passing (golangci-lint run this requires golangci-lint)?

Copy link
Owner

@shivasurya shivasurya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing and contributing 🎉

Excited to collaborate and hope to see more from you soon!

@shivasurya shivasurya enabled auto-merge (squash) November 8, 2024 13:38
@shivasurya shivasurya merged commit 6d7aed0 into shivasurya:main Nov 8, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants