We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75ae8be + 27fa631 commit 68be855Copy full SHA for 68be855
1 file changed
tests/test_metadata.py
@@ -1100,7 +1100,7 @@ def test_buildtime_attestations(container):
1100
container_reference
1101
== result["report"]["labels"]["org.opensuse.reference"]
1102
)
1103
- assert 10000 < len(predicate["payload"]) < 1000000, (
+ assert 8000 < len(predicate["payload"]) < 1000000, (
1104
f"Vulnerability report length {len(predicate['payload'])} outside range"
1105
1106
assert got_clamav, (
0 commit comments