From 25f92ec7769cb6b680ac66ae544ef958e41d9fc0 Mon Sep 17 00:00:00 2001 From: viswanath2501 Date: Fri, 15 Mar 2024 14:45:48 +0530 Subject: [PATCH 1/2] test --- Security/test.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Security/test.ps1 diff --git a/Security/test.ps1 b/Security/test.ps1 new file mode 100644 index 0000000..9b75988 --- /dev/null +++ b/Security/test.ps1 @@ -0,0 +1 @@ +echo "hello world" \ No newline at end of file From e9e7f6af42462a047c0f838d98ff374ddc004a58 Mon Sep 17 00:00:00 2001 From: viswanath2501 Date: Fri, 15 Mar 2024 14:49:14 +0530 Subject: [PATCH 2/2] new change --- Security/test.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Security/test.ps1 b/Security/test.ps1 index 9b75988..cfcdb0b 100644 --- a/Security/test.ps1 +++ b/Security/test.ps1 @@ -1 +1,2 @@ -echo "hello world" \ No newline at end of file +echo "hello world" +$myvaule = "sample value" \ No newline at end of file