Skip to content

Commit

Permalink
Merge pull request #70 from Habbie/fix-dnf-python
Browse files Browse the repository at this point in the history
use platform-python for dnf provenance generation
  • Loading branch information
Habbie authored Jan 18, 2024
2 parents 16bc160 + 302d261 commit 1ab1e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/generate-dnf-provenance.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/libexec/platform-python
"""
This script uses yum and rpm to generate in-toto material provenance and
writes the resulting JSON to stdout or to argv[0] if provided.
Expand Down

0 comments on commit 1ab1e8f

Please sign in to comment.