panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.45k stars 475 forks source link

Small Updates Part I - more GHA Tweaks #1504

Closed AndrewQuijano closed 1 month ago

AndrewQuijano commented 2 months ago

Based on the previous pull request, I will only limit myself to the following goals:

1- Update Action version to the latest version

2- Update to use Org secret

3- Slightly update README about debian packages/pypanda distribution

4- Slightly optimize setup so we only build one panda image, not two

5- Deleting .travis.yaml

6- install_ubuntu.sh should be downloading the package not building libosi

Most important 7- On my conversation with Luke, there was the issue about how to store containers to pass them from job to job. I figure if I can upload a pypi package to pass it to the Job to push to PyPi, why not try the same with Docker images?

This should allow testing to fully run even for those not part of the PANDA org