diff --git a/.github/workflows/osv-scanner.yml b/.github/workflows/osv-scanner.yml index 15683e3..fab7f32 100644 --- a/.github/workflows/osv-scanner.yml +++ b/.github/workflows/osv-scanner.yml @@ -15,10 +15,11 @@ name: OSV-Scanner on: pull_request: branches: [ "main" ] - schedule: - - cron: '0 0 * * 0' push: branches: [ "main" ] + schedule: + - cron: '0 0 * * 0' + workflow_dispatch: permissions: # Require writing security events to upload SARIF file to security tab diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 91275c0..890cbda 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -1,24 +1,12 @@ --- -# Copyright 2016-present Thomas Leplus -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - name: Scorecards supply-chain security on: push: branches: - main - 'releases/**' + schedule: + - cron: '0 0 * * 0' workflow_dispatch: permissions: read-all diff --git a/.github/workflows/update-prs.yml b/.github/workflows/update-prs.yml index 936de19..669baae 100644 --- a/.github/workflows/update-prs.yml +++ b/.github/workflows/update-prs.yml @@ -3,6 +3,8 @@ name: Update PRs on: push: + schedule: + - cron: '0 0 * * 0' workflow_dispatch: permissions: