Skip to content

Commit

Permalink
doc: rename nmap-action
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 9, 2022
1 parent 8f8ab2a commit 35d9474
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "portscan-action",
"name": "nmap-action",
"version": "0.1.0",
"description": "Scan open tcp ports and report results as JSON.",
"main": "index.js",
Expand All @@ -11,15 +11,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/MTES-MCT/portscan-action.git"
"url": "git+https://github.com/MTES-MCT/nmap-action.git"
},
"keywords": [],
"author": "Tristan Robert",
"license": "MIT",
"bugs": {
"url": "https://github.com/MTES-MCT/portscan-action/issues"
"url": "https://github.com/MTES-MCT/nmap-action/issues"
},
"homepage": "https://github.com/MTES-MCT/portscan-action#readme",
"homepage": "https://github.com/MTES-MCT/nmap-action#readme",
"dependencies": {
"@actions/core": "^1.3.0",
"@actions/exec": "^1.0.4",
Expand Down

0 comments on commit 35d9474

Please sign in to comment.