mirror of
https://github.com/gitleaks/gitleaks-action.git
synced 2026-05-30 02:14:53 +00:00
21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/artifact": "^1.1.0",
|
|
"@actions/cache": "^2.0.2",
|
|
"@actions/core": "1.9.1",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/tool-cache": "^1.7.2",
|
|
"@octokit/rest": "^18.12.0"
|
|
},
|
|
"license": "SEE LICENSE IN COMMERCIAL-LICENSE.txt",
|
|
"name": "gitleaks-github-action",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"cross-spawn": "^7.0.3",
|
|
"mocha": "^10.0.0"
|
|
}
|
|
}
|