From c3b219f72aa941829442f45fc4373b6caa2167ad Mon Sep 17 00:00:00 2001 From: webpwnized Date: Wed, 15 May 2024 21:17:53 -0400 Subject: [PATCH] 1.0.63 Update Hadolint Scan Action --- testing-examples/stackhawk.yml | 25 ------------------------- version | 1 + 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 testing-examples/stackhawk.yml diff --git a/testing-examples/stackhawk.yml b/testing-examples/stackhawk.yml deleted file mode 100644 index 48f82fe..0000000 --- a/testing-examples/stackhawk.yml +++ /dev/null @@ -1,25 +0,0 @@ -# -- stackhawk configuration for mutillidae -- -app: - applicationId: 7fae6d2e-9439-4967-b4fd-3372f03ce6f1 # <- Make this YOUR Application ID from YOUR StackHawk account - env: Development # (required) - host: http://mutillidae.local:8888 # (required) - excludePaths: - - "/set-up-database.php" - - "/index.php?do=logout" - authentication: - loggedInIndicator: "\\QLogged In User\\E" - loggedOutIndicator: "\\QNot Logged In\\E" - usernamePassword: - type: FORM - loginPath: /index.php?page=login.php - loginPagePath: /index.php?page=login.php - usernameField: username - passwordField: password - scanUsername: "jeremy" - scanPassword: "password" - cookieAuthorization: - cookieNames: - - "PHPSESSID" - testPath: - path: /index.php?page=edit-account-profile.php - fail: "User.*profile.*not.*found.*" diff --git a/version b/version index e69de29..96462aa 100644 --- a/version +++ b/version @@ -0,0 +1 @@ +1.0.63 \ No newline at end of file