Skip to content

Commit

Permalink
Test GCC Sarif
Browse files Browse the repository at this point in the history
Signed-off-by: Siteshwar Vashisht <[email protected]>
  • Loading branch information
siteshwar committed Nov 11, 2024
1 parent 93a5927 commit 8452814
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- test-gcc-sarif
jobs:
build-and-push-osh-hub:
runs-on: ubuntu-20.04
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,16 @@
community.general.copr:
name: "@openscanhub/{{ env }}"

# dnf copr enable @codescan/csutils
- name: Enable csutils repository
community.general.copr:
name: "@codescan/csutils"

# Workaround for https://github.com/openscanhub/fedora-infra/issues/75
# TODO: Remove when https://github.com/csutils/csmock/pull/189 is in epel
- name: Enable workaround for dynamic dependencies
community.general.copr:
name: "packit/csutils-csmock-192"
name: "packit/csutils-csmock-187"
chroot: epel-9-x86_64

- name: Install osh-worker package
Expand Down

0 comments on commit 8452814

Please sign in to comment.