This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem This wrapper will log to the root of your password store: <root>/pass_wsl_wrapper.log | |
echo ### >> pass_wsl_wrapper.log | |
echo Path to wrapper script: %0 >> pass_wsl_wrapper.log | |
echo Passed parameters to pass %* >> pass_wsl_wrapper.log | |
echo Working dir (password store dir of your qtpass profile): %cd% >> pass_wsl_wrapper.log | |
echo env BASH_CUSTOM_PATH: %BASH_CUSTOM_PATH% >> pass_wsl_wrapper.log | |
IF DEFINED BASH_CUSTOM_PATH ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemaVersion": 1, | |
"label": "Vuln Check", | |
"message": "00 days ago", | |
"color": "green" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemaVersion": 1, | |
"label": "Vuln Check", | |
"message": "10 days ago", | |
"color": "red" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemaVersion": 1, | |
"label": "Vuln Check", | |
"message": "0 days ago", | |
"color": "green" | |
} |