ci: adding SAST and updating missing NPM scripts

This commit is contained in:
Dylan R. E. Moonfire 2021-11-18 21:53:51 -06:00
parent bd4524da7e
commit 63ce0a72f6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,6 @@
include:
- template: Security/SAST.gitlab-ci.yml
# Nix handling based on https://gitlab.com/Vonfry/gitlab-ci-nix/-/blob/master/.gitlab-ci.yml # Nix handling based on https://gitlab.com/Vonfry/gitlab-ci-nix/-/blob/master/.gitlab-ci.yml
stages: stages:
- build - build

View file

@ -3,7 +3,9 @@
"version": "1.0.2", "version": "1.0.2",
"private": true, "private": true,
"scripts": { "scripts": {
"prepare": "husky install" "prepare": "husky install",
"build": "dotnet build",
"test": "dotnet test"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^13.1.0", "@commitlint/cli": "^13.1.0",