Skip to content

Commit

Permalink
ci: use reusable Scorecard workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb committed Oct 10, 2023
1 parent 05aaffb commit ad6bdae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 72 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Scorecard supply-chain security
on:
push:
branches:
- main

permissions:
contents: read
jobs:
trigger:
uses: statnett/github-workflows/.github/workflows/scorecard.yaml@main
permissions:
security-events: write
id-token: write
contents: read
actions: read
72 changes: 0 additions & 72 deletions .github/workflows/scorecards.yaml

This file was deleted.

0 comments on commit ad6bdae

Please sign in to comment.