rpmplint: trust osbuild-composer repository
Git v2.35.2 brought some security fixes which prevents interaction with repository if it's not owned by the user who cloned it. More info here: https://github.blog/2022-04-12-git-security-vulnerability-announced/
This commit is contained in:
parent
ab7fe6558a
commit
d388d30ef2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -132,7 +132,9 @@ jobs:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
- name: Create SRPM
|
- name: Create SRPM
|
||||||
run: make srpm
|
run: |
|
||||||
|
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
make srpm
|
||||||
|
|
||||||
- name: Run rpmlint
|
- name: Run rpmlint
|
||||||
run: rpmlint rpmbuild/SRPMS/*
|
run: rpmlint rpmbuild/SRPMS/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue