Skip to content

Commit

Permalink
🐛 fix(scorecard): Allow runner to call oss-fuzz-build-logs.storage.go…
Browse files Browse the repository at this point in the history
…ogleapis.com using https (#29)

# Description

- Allow the security-ossf-scorecard workflow to communicate with the
oss-fuzz-build-logs.storage.googleapis.com endpoint on port 443
- Execute the workflow when a pull request is opened with modifications
on this particular file

## Type of change

:bug: Bug fix (non-breaking change which fixes an issue)
  • Loading branch information
gsuquet authored Mar 14, 2024
1 parent 69a40e7 commit 6029260
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/security-ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
- cron: '00 7 1 * *'
push:
branches: [ "main" ]
pull_request:
types: [opened, synchronize, edited]
paths:
- '.github/workflows/security-ossf-scorecard.yml'


workflow_call:
inputs:
harden_runner:
Expand Down Expand Up @@ -44,6 +50,7 @@ jobs:
fulcio.sigstore.dev:443
github.com:443
mcr.microsoft.com:443
oss-fuzz-build-logs.storage.googleapis.com:443
rekor.sigstore.dev:443
sigstore-tuf-root.storage.googleapis.com:443
www.bestpractices.dev:443
Expand Down

0 comments on commit 6029260

Please sign in to comment.