Code Monkey home page Code Monkey logo

Comments (2)

RootLUG avatar RootLUG commented on June 4, 2024

Hello @KarthickRaja2002,
From the command example you provided I can see that you are using Docker to run Aura. Docker container by default don't have any access to the files/paths on your computer so I would say the problem is in the incorrect usage and that file does not exist inside the container so Aura is not able to access it either.

If you want to scan the files inside the container you would first need to mount them as volume inside docker (the -v switch in docker cli), also be aware that when you mount a volume inside the docker, the path will be different from the one on your computer and must be adjusted accordingly.

from aura.

KarthickRaja2002 avatar KarthickRaja2002 commented on June 4, 2024

Hello @RootLUG ,
Thank you for your reply.
Now I have tried by running AURA locally using some local directory files, it has run successfully and generated reports well.
The command I have used to run is given below.
aura scan <file-name>

from aura.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.