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

Wrong Path to package manager #935

Open
rafpom opened this issue Oct 19, 2023 · 0 comments
Open

Wrong Path to package manager #935

rafpom opened this issue Oct 19, 2023 · 0 comments

Comments

@rafpom
Copy link

rafpom commented Oct 19, 2023

Hi,
I encountered a issue during run my dependabot in
Bitbucket pipeline:

step: &dependabot services: - docker name: Dependabot BB image: ruby:latest script: - ruby -v - git clone https://github.com/dependabot/dependabot-script.git - cd dependabot-script - docker build -t "dependabot/dependabot-script" -f Dockerfile . - docker run --rm --env "PROJECT_PATH=****" --env "PACKAGE_MANAGER=pip" --env "DIRECTORY_PATH=/back" --env "BITBUCKET_API_URL=https://api.bitbucket.org/2.0" --env "BITBUCKET_HOSTNAME=bitbucket.org" --env "BITBUCKET_ACCESS_TOKEN=${BITBUCKET_ACCESS_TOKEN}" --env "GITHUB_ACCESS_TOKEN=${GITHUB_ACCESS_TOKEN}" "dependabot/dependabot-script"
All bumps and updates are recognize correct, but dependabot still create the new Pipfile and Pipfile.lock in root directory instead of /back directory (DIRECTORY_PATH). How can I pass right path of package manager? Should I use OPTIONS env? I can't find any manual in order to find solution. Thanks in advance!

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
@rafpom and others