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

The latest version of FrogBot is not detecting DotNet and NuGet #612

Open
AdityaHitachi opened this issue Jan 3, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@AdityaHitachi
Copy link

Describe the bug

While running FrogBot scan with the latest version on a .NET project, FrogBot is not determining the package manager. It shows the error message 'Couldn't determine a package manager or build tool used by this project. Skipping the SCA scan.' However, when I tested it with the older version 2.17.1, it detected the package manager successfully.

Current behavior

i runned two frogbot scan on my .net proejet with two differnet version but getting deiffernt result both times
when running frogbot with version 2.17.1 its scan the PR, but with version 2.19.6, it's not scanning

Case 1
Here how i am calling this step with version 2.17.1 and getting the log

- name: FrogBot
  if: ${{ env.JF_URL }}    
  uses: jfrog/frogbot@v2
  env:
    JF_URL: ***
    JF_ACCESS_TOKEN: ***
    JF_GIT_TOKEN: ***
    JF_WORKING_DIR: ***
    JF_FAIL: "FALSE"
  with:
    version: 2.17.1 

Log Screenshot : -

image

Case 2
Here how i am calling this step with version 2.19.6 and getting the log

- name: FrogBot
  if: ${{ env.JF_URL }}    
  uses: jfrog/frogbot@v2
  env:
    JF_URL: ***
    JF_ACCESS_TOKEN: ***
    JF_GIT_TOKEN: ***
    JF_WORKING_DIR: ***
    JF_FAIL: "FALSE"
  with:
    version: 2.19.6 

Log Screenshot : -

image

Reproduction steps

No response

Expected behavior

No response

JFrog Frogbot version

2.19.6

Package manager info

.NET CLI and NuGet

Git provider

GitHub

JFrog Frogbot configuration yaml file

No response

Operating system type and version

linux

JFrog Xray version

No response

@AdityaHitachi AdityaHitachi added the bug Something isn't working label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant