Skip to content

Commit

Permalink
Checkout Juliet test suite on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Sep 18, 2023
1 parent 2abf365 commit fd07499
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
with:
sarif_file: examples/byteflow-plugin-usage/report.sarif

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

# Juliet (CWE476 - NPE)

- name: Run analysis on sample project (Juliet CWE476)
Expand Down

0 comments on commit fd07499

Please sign in to comment.