Skip to content

Commit

Permalink
pre-commit chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
hardik-crest committed Dec 7, 2023
1 parent c054454 commit 6563dc2
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 47 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This app implements investigative and containment actions on a Cisco ISE device
"name": "guestUser",
"guestInfo": {
"userName": "DS3ewdsa34wWE",
"password": "asdlkj324ew",
"password": "asdlkj324ew", # pragma: allowlist secret
"enabled": true
},
"guestAccessInfo": {
Expand Down Expand Up @@ -122,7 +122,7 @@ This app implements investigative and containment actions on a Cisco ISE device
"enabled": true,
"password": "*******",
"changePassword": true,
"passwordIDStore": "Internal Users"
"passwordIDStore": "Internal Users" # pragma: allowlist secret
}
}
Expand Down Expand Up @@ -152,7 +152,7 @@ This app implements investigative and containment actions on a Cisco ISE device
"pushIdSupport": false
},
"tacacsSettings": {
"sharedSecret": "aaa"
"sharedSecret": "aaa" # pragma: allowlist secret
},
"profileName": "Cisco",
"NetworkDeviceIPList": [
Expand Down
42 changes: 1 addition & 41 deletions ciscoise.json
Original file line number Diff line number Diff line change
Expand Up @@ -1903,30 +1903,10 @@
"module": "Cerberus",
"input_file": "wheels/py3/Cerberus-1.3.4-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl"
},
{
"module": "xmltodict",
"input_file": "wheels/shared/xmltodict-0.12.0-py2.py3-none-any.whl"
Expand All @@ -1939,29 +1919,9 @@
"module": "Cerberus",
"input_file": "wheels/py3/Cerberus-1.3.4-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-60.8.2-py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl"
"input_file": "wheels/py3/setuptools-69.0.2-py3-none-any.whl"
},
{
"module": "xmltodict",
Expand Down
6 changes: 3 additions & 3 deletions manual_readme_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"name": "guestUser",
"guestInfo": {
"userName": "DS3ewdsa34wWE",
"password": "asdlkj324ew",
"password": "asdlkj324ew", # pragma: allowlist secret
"enabled": true
},
"guestAccessInfo": {
Expand Down Expand Up @@ -110,7 +110,7 @@
"enabled": true,
"password": "*******",
"changePassword": true,
"passwordIDStore": "Internal Users"
"passwordIDStore": "Internal Users" # pragma: allowlist secret
}
}
Expand Down Expand Up @@ -140,7 +140,7 @@
"pushIdSupport": false
},
"tacacsSettings": {
"sharedSecret": "aaa"
"sharedSecret": "aaa" # pragma: allowlist secret
},
"profileName": "Cisco",
"NetworkDeviceIPList": [
Expand Down
Binary file removed wheels/py3/setuptools-60.8.2-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/setuptools-69.0.2-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/chardet-3.0.4-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/idna-2.10-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/requests-2.25.0-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit 6563dc2

Please sign in to comment.