Skip to content

Commit

Permalink
Issue #908 - Change owner of CI job checkout directory to deal with s…
Browse files Browse the repository at this point in the history
…ecurity (#909)
  • Loading branch information
jiridanek committed Jan 20, 2023
1 parent 01bd599 commit cf1e896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -727,6 +727,9 @@ jobs:
- uses: actions/checkout@v3

- name: Take ownership of the checkout directory (Git CVE-2022-24765)
run: chown --recursive --reference=/ .

- name: Deploy the spec.rpkg file to /
run: ln -s packaging/skupper-router.spec.rpkg ./

Expand Down

0 comments on commit cf1e896

Please sign in to comment.