-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ba37a6e
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence. | ||
|
||
# For backend apps only: the DevOps team needs to be aware of | ||
# configuration changes that affect our cloud infrastructure | ||
# A relevant engineering team should be added here as well | ||
helm*/* @sli-do/devops |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Semgrep | ||
on: | ||
pull_request: | ||
workflow_dispatch: | ||
schedule: | ||
# run every Sunday at 8:00 | ||
- cron: '0 8 * * 0' | ||
|
||
jobs: | ||
scan: | ||
name: scan | ||
uses: sli-do/shared-workflow/.github/workflows/security-semgrep.yaml@main | ||
with: | ||
# create PR review comments from Semgrep results | ||
review: true | ||
# block PR with findings severity >= WARNING | ||
fail_threshold: WARNING | ||
# inherit secrets from the calling workflow | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Fancy new project | ||
|
||
Does fancy stuff 🦄 | ||
|