Skip to content

Commit

Permalink
test_sbomnix.py: fix binary path
Browse files Browse the repository at this point in the history
This seems unused so far.

Signed-off-by: Florian Klink <[email protected]>
  • Loading branch information
flokli committed Nov 14, 2023
1 parent 89fcdb6 commit c20b966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sbomnix.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
NIX_OUTDATED = REPOROOT / "scripts" / "nixupdate" / "nix_outdated.py"
VULNXSCAN = REPOROOT / "scripts" / "vulnxscan" / "vulnxscan.py"
REPOLOGY_CLI = REPOROOT / "scripts" / "repology" / "repology_cli.py"
REPOLOGY_CLI = REPOROOT / "scripts" / "repology" / "repology_cve.py"
REPOLOGY_CVE = REPOROOT / "scripts" / "repology" / "repology_cve.py"

TEST_WORK_DIR = None
TEST_NIX_RESULT = None
Expand Down

0 comments on commit c20b966

Please sign in to comment.