From e95ccf2d72721865aa28465af41a0587841ca2e9 Mon Sep 17 00:00:00 2001 From: lelia Date: Wed, 26 Jun 2024 20:50:10 -0400 Subject: [PATCH] Remove scorecard workflow to test installer Signed-off-by: lelia --- .github/workflows/scorecard.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/scorecard.yml diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml deleted file mode 100644 index 532cc5c..0000000 --- a/.github/workflows/scorecard.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: scorecard - -on: - push: - branches: - # Run on pushes to default branch - - main - schedule: - # Run weekly on Saturdays - - cron: "30 1 * * 6" - # Run when branch protection rules change - branch_protection_rule: - # Run the workflow manually - workflow_dispatch: - -# Declare default permissions as read-only -permissions: read-all - -jobs: - run-scorecard: - # Call reusable workflow file - uses: cisco-ospo/.github/.github/workflows/_scorecard.yml@main - permissions: - id-token: write - security-events: write - secrets: inherit - with: - # Publish results of Scorecard analysis - publish-results: true