summaryrefslogtreecommitdiff
path: root/registry-scanner/test/testdata/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'registry-scanner/test/testdata/scripts')
-rwxr-xr-xregistry-scanner/test/testdata/scripts/get-credentials-invalid.sh3
-rwxr-xr-xregistry-scanner/test/testdata/scripts/get-credentials-valid.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/registry-scanner/test/testdata/scripts/get-credentials-invalid.sh b/registry-scanner/test/testdata/scripts/get-credentials-invalid.sh
new file mode 100755
index 0000000..a6199f3
--- /dev/null
+++ b/registry-scanner/test/testdata/scripts/get-credentials-invalid.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo "some gibberish foo" \ No newline at end of file
diff --git a/registry-scanner/test/testdata/scripts/get-credentials-valid.sh b/registry-scanner/test/testdata/scripts/get-credentials-valid.sh
new file mode 100755
index 0000000..ba348ef
--- /dev/null
+++ b/registry-scanner/test/testdata/scripts/get-credentials-valid.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo "username:password" \ No newline at end of file