mirror of
https://github.com/gitleaks/gitleaks-action.git
synced 2026-06-01 03:14:30 +00:00
4b3a2961b6
(ordering of dependencies happened automatically when running the `npm install` command.)
13 lines
316 B
JSON
13 lines
316 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/artifact": "^1.1.0",
|
|
"@actions/cache": "^2.0.2",
|
|
"@actions/core": "1.10.0",
|
|
"@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"
|
|
}
|