Skip to content

Commit

Permalink
Merge pull request #3531 from cpanato/update-deps-review
Browse files Browse the repository at this point in the history
allow api.securityscorecards.dev for dependency review job
  • Loading branch information
k8s-ci-robot authored Mar 30, 2024
2 parents f935bfc + 9b5fed3 commit 3f02bea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/depsreview.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: 'Dependency Review'
on: [pull_request]

on:
pull_request:

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest

steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand All @@ -16,6 +19,7 @@ jobs:
allowed-endpoints: >
api.github.com:443
github.com:443
api.securityscorecards.dev:443
- name: 'Checkout Repository'
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
Expand Down

0 comments on commit 3f02bea

Please sign in to comment.