Skip to content

Commit

Permalink
Updated package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHalf committed Feb 8, 2024
1 parent 5ceccac commit 84ff85d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"devDependencies": {
"husky": "^3.0.9",
"sonar-scanner": "^3.1.0"
"husky": "^3.0.9"
},
"scripts": {
"security-checks": "git secrets --scan && git log -p",
"security-checks": "git secrets --scan && git log -p | scanrepo",
"tools-setup": "echo 'Nothing to do'",
"package": "echo 'Nothing to do'",
"sonar-scanner": "echo 'Not yet implemented'",
Expand All @@ -15,4 +14,4 @@
"pre-commit": "npm run security-checks"
}
}
}
}

0 comments on commit 84ff85d

Please sign in to comment.