Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
slido-admin authored Nov 2, 2023
0 parents commit ba37a6e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
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
19 changes: 19 additions & 0 deletions .github/workflows/security-semgrep.yaml
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Fancy new project

Does fancy stuff 🦄

0 comments on commit ba37a6e

Please sign in to comment.