We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7636b1b commit 0ce225cCopy full SHA for 0ce225c
tests/spdx/test_cli.py
@@ -39,7 +39,8 @@ def test_cli_with_system_exit_code_0(options):
39
"-i",
40
str(
41
resources.files("tests.spdx.data.invalid").joinpath(
42
- "spdx-trivy-vmware_log-intelligence-fluentd-sha256_086af034f561f343f633be9d9f9e95f65ae6c61b8ddb2c6755ef5bb25b40f53a.json"
+ "spdx-trivy-vmware_log-intelligence-fluentd-"
43
+ "sha256_086af034f561f343f633be9d9f9e95f65ae6c61b8ddb2c6755ef5bb25b40f53a.json"
44
)
45
),
46
0 commit comments