CUCentralAdvancement / cms

The Central Advancement Content Management System
MIT License
0 stars 0 forks source link

Add Code Scanning #16

Closed alexfinnarn closed 3 years ago

alexfinnarn commented 3 years ago

GitHub now has its own version of tools like GitGuardian that help to scan code and detect vulnerabilities.

Required

What area of the codebase does this involve?

Touches all code.

Will this impact CI/CD procedures?

This adds a GitHub Action/Workflow for code scanning. If issues are found, then they will be moved into the normal development issue queue based on priority.

Acceptance Criteria