Skip to content

Commit

Permalink
Merge pull request valkey-io#1005 from aws/semgrep-aws-origin
Browse files Browse the repository at this point in the history
Disable semgrep on push and pull_request untill we have creds for the entire team - currently SEMGREP_APP_TOKEN works only for ikolomi account
  • Loading branch information
ikolomi authored Feb 20, 2024
2 parents 67bb1ea + 1dd7e2f commit 1134b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Semgrep

on:
# Scan changed files in PRs (diff-aware scanning):
pull_request: {}
# pull_request: {}
# Scan on-demand through GitHub Actions interface:
workflow_dispatch:
inputs:
branch:
description: 'The branch to run against the semgrep tool'
required: true
push:
branches: ["master", "main"]
# push:
# branches: ["master", "main"]
# Schedule the CI job (this method uses cron syntax):
schedule:
- cron: '0 8 * * *' # Sets Semgrep to scan every day at 08:00 UTC.
Expand Down

0 comments on commit 1134b4a

Please sign in to comment.