Skip to content

Commit

Permalink
Add juliet as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Sep 19, 2023
1 parent 61e3729 commit 9a03514
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
with:
files: "**/build/test-results/**/*.xml"

# Here, the main build is complete, and below is the sample usage of the analyzer.
#---------------------------------------------
# Here, the main build is complete, and below
# is the sample usage of the analyzer.

- name: Publish to local Maven repository
run: ./gradlew :core:publishToMavenLocal :gradle:publish
Expand All @@ -50,12 +52,6 @@ jobs:
sarif_file: examples/byteflow-plugin-usage/report.sarif
category: example

- name: Checkout Juliet test suite
uses: actions/checkout@v4
with:
repository: UnitTestBot/juliet-java-test-suite
path: examples/byteflow-juliet/juliet-java-test-suite

# Juliet (CWE476 - NPE)

- name: Run analysis on sample project (Juliet CWE476)
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "examples/byteflow-juliet/juliet-java-test-suite"]
path = examples/byteflow-juliet/juliet-java-test-suite
url = https://github.com/UnitTestBot/juliet-java-test-suite
1 change: 0 additions & 1 deletion examples/byteflow-juliet/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions examples/byteflow-juliet/juliet-java-test-suite
Submodule juliet-java-test-suite added at 8b5b9d

0 comments on commit 9a03514

Please sign in to comment.