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 930b4bd commit 368afceCopy full SHA for 368afce
src/macaron/slsa_analyzer/analyzer.py
@@ -324,7 +324,7 @@ def run_single(
324
status=SCMStatus.ANALYSIS_FAILED,
325
)
326
327
- if not provenance_payload and parsed_purl and not config.get_value("path"):
+ if not provenance_payload and parsed_purl:
328
# Try to find the provenance file for the parsed PURL.
329
provenance_payload = ProvenanceFinder().find_provenance(parsed_purl)
330
0 commit comments