Skip to content

Commit

Permalink
Merge pull request docker#2628 from crazy-max/ci-skip-scout
Browse files Browse the repository at this point in the history
ci: checkout step for scout job
  • Loading branch information
thompson-shaun authored Jul 25, 2024
2 parents b691a10 + 6efb1d7 commit d130f8e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,13 +331,16 @@ jobs:
scout:
runs-on: ubuntu-24.04
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'docker/buildx' }}
permissions:
# required to wirte sarif report
# required to write sarif report
security-events: write
needs:
- bin-image
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit d130f8e

Please sign in to comment.