From d5047e66d66eadc1f212ffad4bac40cee717b91a Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 10 Jun 2024 16:45:07 -0400 Subject: [PATCH 1/2] Update EightBall.java --- .../java/com/fortify/sca/plugins/maven/samples/EightBall.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/fortify/sca/plugins/maven/samples/EightBall.java b/src/main/java/com/fortify/sca/plugins/maven/samples/EightBall.java index eebcde9..cce4cd9 100644 --- a/src/main/java/com/fortify/sca/plugins/maven/samples/EightBall.java +++ b/src/main/java/com/fortify/sca/plugins/maven/samples/EightBall.java @@ -2,6 +2,7 @@ import java.io.FileReader; +// My password is 1234 public class EightBall { public static void main(String args[]) throws Exception { char[] buffer = new char[1024]; From 37c6977d9a80a6a41754f50c94167be0326014cd Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 10 Jun 2024 16:48:34 -0400 Subject: [PATCH 2/2] Update test.yml --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa1978e..224ac19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: Test Fortify GitHub Action on: workflow_dispatch: + pull_request: + branches: [master] push: branches: [master]