Skip to content

Commit

Permalink
[datasets] Added download for securibench-micro on JAVA_SRC and JAVA_…
Browse files Browse the repository at this point in the history
…BYTECODE
  • Loading branch information
AndreiDreyer committed Jun 12, 2024
1 parent e76f801 commit 64c9cf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Rename
run: |
mv workspace/ichnaea.zip ichnaea.zip
mv workspace/securibench-micro-JAVA_BYTECODE.zip securibench-micro-JAVA_BYTECODE.zip
mv workspace/securibench-micro-JAVA_SRC.zip securibench-micro-JAVA_SRC.zip
- name: Set next release version
id: taggerFinal
uses: anothrNick/[email protected]
Expand All @@ -53,4 +55,6 @@ jobs:
with:
tag_name: ${{ steps.taggerDryRun.outputs.new_tag }}
files: |
ichnaea.zip
ichnaea.zip
securibench-micro-JAVA_BYTECODE.zip
securibench-micro-JAVA_SRC.zip
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SecuribenchMicroDownloader(datasetDir: File, cpgCreatorType: JavaCpgTypes.

compressBenchmark(
benchmarkBaseDir,
Option(File(s"${benchmarkBaseDir.pathAsString}-${cpgCreatorType.toString}.zip"))
Option(File(s"${datasetDir.pathAsString}/securibench-micro-${cpgCreatorType.toString}.zip"))
)
}

Expand Down

0 comments on commit 64c9cf3

Please sign in to comment.