vulsio / go-exploitdb

Tool for searching Exploits from Exploit Databases, etc.
MIT License
249 stars 56 forks source link

feat(GAdocker): Publish docker image with Github Actions #58

Closed tttfrfr2 closed 3 years ago

tttfrfr2 commented 3 years ago

What did you implement:

Publish docker image "vuls/vuls" with Github Actions when Vuls is added tag or pushed at master branch.

Type of change

How Has This Been Tested?

Tested on my repository is forked.

  1. Push to my repository (branch:GAdocker)
  2. Merge GAdocker branch
  3. Run Github Actions (can check how run Github Actions "Publish-docker-image")
  4. Update docker image (docker hub) (can check vuls:vuls was updated by tttfrfr2)

Checklist:

Tips

Note that this Github Action "Publish-docker-image" is run correctly only if Secrets, "DOCKERHUB_USERNAME" and "DOCKERHUB_TOKEN", were setting.

Is this ready for review?: Yes