We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675f99c commit 07ea45fCopy full SHA for 07ea45f
.github/workflows/secops-code-scan.yml
@@ -11,10 +11,10 @@
11
name: "SecOps - Code Scanning"
12
on:
13
push:
14
- branches: ["master"]
+ branches: ["main"]
15
pull_request:
16
# The branches below must be a subset of the branches above
17
18
schedule:
19
- cron: "25 18 * * 6"
20
permissions:
.github/workflows/secops-scorecard.yml
@@ -12,7 +12,7 @@ on:
- cron: "20 7 * * 2"
# Declare default permissions as read only.
permissions: read-all
jobs:
0 commit comments