Skip to content

Commit

Permalink
added name in json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavni Parghi committed Jul 29, 2021
1 parent a27a5fd commit bdd14bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"resource_type": "expose",
"template_args": {
"prefix": "",
"suffix": ""
"suffix": "",
"name": "UNIXPortsOutOfRange"
},
"severity": "HIGH",
"description": "Ensure range of ports is from 0 to 65535",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"resource_type": "workdir",
"template_args": {
"prefix": "",
"suffix": ""
"suffix": "",
"name": "workdir"
},
"severity": "HIGH",
"description": "Ensure the use absolute paths for your WORKDIR.",
Expand Down

0 comments on commit bdd14bd

Please sign in to comment.