fossology / fossology-python

Python wrapper for the Fossology API
https://fossology.github.io/fossology-python
MIT License
17 stars 8 forks source link

Document how to run a basic scan/report workflow in CI #73

Closed deveaud-m closed 4 months ago

deveaud-m commented 3 years ago

Create a sample automated scan workflow using Fossology container as a service.

Document how to use the automated workflow in a CI pipeline.

As-ajay06 commented 12 months ago

Hi, My name is Ajay sahani, i would like to work on this.

deveaud-m commented 12 months ago

@ajaySahani7945 thanks for proposing your help! I'll assign you the issue.

Do you know how to start or do you need some help?

As-ajay06 commented 12 months ago

@deveaud-m Thanks, for assigning me this. And of,course Sir, i would like to know how do i start.

deveaud-m commented 12 months ago

Here would be the way I would proceed:

Let me know, if you're having problems performing those steps

PS: call me Marion, I am a woman ;)

As-ajay06 commented 11 months ago

Hi, Marion i cannot be able to pull image using command docker run -p 8081:80 fossology/fossology The output says docker permission denied (and more). What should i do? Please advise me with this problem. Thank you.

On Fri, Dec 8, 2023 at 5:06 PM Marion Deveaud @.***> wrote:

Here would be the way I would proceed:

Let me know, if you're having problems performing those steps

PS: call me Marion, I am a woman ;)

— Reply to this email directly, view it on GitHub https://github.com/fossology/fossology-python/issues/73#issuecomment-1847030567, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCWJIRJL6YDYRXREJHD2YMDYIL3VBAVCNFSM5BHH26OKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBUG4YDGMBVGY3Q . You are receiving this because you were mentioned.Message ID: @.***>

deveaud-m commented 11 months ago

@ajaySahani7945 docker pull fossology/fossology should work out of the box.

Which machine are you using?

Could you share the output of the command above?

(Please make use of proper markdown formatting when writing comments)

As-ajay06 commented 11 months ago

photo_2023-12-19_02-02-02

I am using LinuxOS ( LinuxMint)

I have shared the photo of the output Share some suggestion

Thanks ## Marion

deveaud-m commented 11 months ago

The error says you're not allowed to pull the docker image. It seems your distribution installs the docker engine as root without giving normal users permissions to run containers. Have a look at the docker installation and search for potential resolutions in the distro's documentation.

Please do not post pictures in the issue tracker, copy&pasting the error message as code snippet would have been sufficient to understand the problem.

It seems you lack experience and knowledge to resolve this issue, maybe you should visit some computer science class or online course before trying to address a random issue in a random Open Source project.

As-ajay06 commented 11 months ago

Ok, I'll check it out.

On Tue, Dec 19, 2023, 1:59 PM Marion Deveaud @.***> wrote:

The error says you're not allowed to pull the docker image. It seems your distribution installs the docker engine as root without giving normal users permissions to run containers. Have a look at the docker installation and search for potential resolutions in the distro's documentation.

Please do not post pictures in the issue tracker, copy&pasting the error message as code snippet would have been sufficient to understand the problem.

It seems you lack experience and knowledge to resolve this issue, maybe you should visit some computer science class or online course before trying to address a random issue in a random Open Source project.

— Reply to this email directly, view it on GitHub https://github.com/fossology/fossology-python/issues/73#issuecomment-1862323203, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCWJIRLO3LUAVHHHLQJAAW3YKFF6XAVCNFSM5BHH26OKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBWGIZTEMZSGAZQ . You are receiving this because you were mentioned.Message ID: @.***>

deveaud-m commented 4 months ago

No resonance on this issue until now, closing.