Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
eff6484a
Unverified
Commit
eff6484a
authored
Oct 30, 2023
by
mr-uniswap
Committed by
GitHub
Oct 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: basic semgrep configuration (#7520)
* basic semgrep configuration * only main branch
parent
63587534
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
semgrep.yml
.github/workflows/semgrep.yml
+24
-0
No files found.
.github/workflows/semgrep.yml
0 → 100644
View file @
eff6484a
name
:
Semgrep
on
:
workflow_dispatch
:
{}
pull_request
:
{}
push
:
branches
:
-
main
paths
:
-
.github/workflows/semgrep.yml
schedule
:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
-
cron
:
'
2
11
*
*
*'
jobs
:
semgrep
:
name
:
semgrep/ci
runs-on
:
ubuntu-20.04
env
:
SEMGREP_APP_TOKEN
:
${{ secrets.SEMGREP_APP_TOKEN }}
container
:
image
:
returntocorp/semgrep
if
:
(github.actor != 'dependabot[bot]')
steps
:
-
uses
:
actions/checkout@v3
-
run
:
semgrep ci
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment