UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

CI secret scanning #134

Closed MNThomson closed 2 weeks ago

MNThomson commented 4 weeks ago

Feature Description

Create a GitHub workflow called security.yml that scans for secrets that have been committed in the repository using TruffleHog. It should run against every push to master and on every pull request.

Problem You're Trying to Solve

Developers don't always view their diffs before pushing, so lets ensure that when (not if) they push secrets, we are immediately notified