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] 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];