Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. si.peham_2672
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    si.peham_2672

    @si.peham_2672

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    si.peham_2672 Follow

    Best posts made by si.peham_2672

    This user hasn't posted anything yet.

    Latest posts made by si.peham_2672

    • RE: pgutil Access denied

      @Dan_Woolf said in pgutil Access denied:

      --noaudit

      yes with the command it works.

      pgutil builds scan --project-name="Project" --version="1.0" --source="https://proget.test.com"--api-key="API-KEY" --scanner-type="PyPI" --input=./requirements.txt --noaudit
      

      Thanks.

      posted in Support
      S
      si.peham_2672
    • RE: pgutil Access denied

      Yes, this means I have full control with the --input parameter and the requirements.txt file. However, I now get this error:

      Server responded with InternalServerError (500): Specified argument was out of the range of valid values. (Parameter 'code')
      

      In the meantime, I tried pgutil builds create and this is working.

      posted in Support
      S
      si.peham_2672
    • pgutil Access denied

      Hello,

      I am trying to implement pgutil to my Project but i get a folder access denied error message but i am the owner of the folder
      It is just a normal FastAPI Python project
      command:
      pgutil builds scan --project-name="Project" --version="1.0" --source="https://proget.test.com" --api-key="API-KEY" --scanner-type="PyPI"
      i tried the pgutil.exe and also the dotnet version
      Error message:
      Access to the path 'C:\dev\PythonFastAPI' is denied.

      edit:
      i also tried it on my local Linux VM and there is the same issue

      posted in Support
      S
      si.peham_2672