mirror of
https://github.com/gitleaks/gitleaks-action.git
synced 2026-03-30 16:12:24 +00:00
16 lines
373 B
JSON
16 lines
373 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/artifact": "^2.3.2",
|
|
"@actions/cache": "^4.0.0",
|
|
"@actions/core": "1.10.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/tool-cache": "^1.7.2",
|
|
"@octokit/rest": "^18.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.34.0"
|
|
},
|
|
"license": "SEE LICENSE IN COMMERCIAL-LICENSE.txt",
|
|
"name": "gitleaks-github-action"
|
|
}
|