Skip to content

Commit

Permalink
ci: Removing bullfrog from scorecard
Browse files Browse the repository at this point in the history
  • Loading branch information
fallard84 committed Jun 26, 2024
1 parent 46d8864 commit b5f7509
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '25 19 * * 2'
- cron: "25 19 * * 2"
push:
branches: [ "main" ]
branches: ["main"]

# Declare default permissions as read only.
permissions: read-all
Expand All @@ -31,10 +31,6 @@ jobs:
# actions: read

steps:
- name: Enable egress filtering
uses: bullfrogsec/[email protected]
with:
egress-policy: audit
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
Expand Down

0 comments on commit b5f7509

Please sign in to comment.