Skip to content

Commit

Permalink
Disable osh_diff_scan_after_copr_build
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaarreell committed Nov 5, 2024
1 parent 8e7f0d3 commit de8c7f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- epel-9-x86_64
- epel-9-aarch64
enable_net: false
osh_diff_scan_after_copr_build: false
actions:
create-archive:
- hatch build -t sdist
Expand All @@ -48,6 +49,7 @@ jobs:
- epel-9-x86_64
- epel-9-aarch64
enable_net: false
osh_diff_scan_after_copr_build: false
list_on_homepage: true
preserve_project: true
release_suffix: "{PACKIT_PROJECT_BRANCH}"
Expand Down

3 comments on commit de8c7f3

@siteshwar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be reverted as the scans are passing now.

@kkaarreell
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are any of those scans in fact relevant for Python?

@siteshwar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are any of those scans in fact relevant for Python?

We currently do not scan python, but on a quick check you do not seem to have any shell scripts either in this repository. So, you are right that scans may not be useful.

Please sign in to comment.