Open applejag opened 3 years ago
Issue #72 regards adding vulnerability scans, but this only regards unit testing and formatting checks
For all Go repos:
goimports
git diff --exit-code
For Angular repo:
This needs to be added as GitHub Actions to the applicable repos to be run on new or updated pull requests.
Codacy already deals with linting and some static code checks
The future plan is to have Wharf run and validate pull requests, but as Wharf lacks that functionality we have to settle with GitHub Actions, as some is better than none
Issue #72 regards adding vulnerability scans, but this only regards unit testing and formatting checks
For all Go repos:
goimports
diffing, making sure everything is formatted (viagit diff --exit-code
)For Angular repo:
This needs to be added as GitHub Actions to the applicable repos to be run on new or updated pull requests.
Codacy already deals with linting and some static code checks
Sub-issues
PRs
The future plan is to have Wharf run and validate pull requests, but as Wharf lacks that functionality we have to settle with GitHub Actions, as some is better than none