UMDLARS / dtanm

A framework to teach adversarial thinking to software developers without requiring any special security knowledge
3 stars 2 forks source link

Replace Travis CI with Github Actions #133

Closed jnowaczek closed 2 years ago

jnowaczek commented 2 years ago

Pretty much what it says on the tin. Here's an example run: https://github.com/jnowaczek/dtanm/runs/4028132282

derpferd commented 2 years ago

Is there a particular advantage to Github Actions over Travis CI? I was thinking about switching but then didn't come up with a reason that I should.

jnowaczek commented 2 years ago

Personally I haven't used Travis since they got bought out, I think it broke for this project because they shut down travis-ci.org. GitHub actions is kind of nice because it's nicely integrated, and I thought maybe some day down the line this project could use the GitHub container registry if Docker Hub changes their policies further, and Actions integrates with that. There's also the option of hosting our own CI runner with Actions should we exceed what we get for free.

Or maybe I've been paid off by Microsoft, you never know... 😈