mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-23 06:08:03 +00:00
19 lines
353 B
YAML
19 lines
353 B
YAML
name: Semgrep
|
|
on:
|
|
pull_request: {}
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
semgrep:
|
|
name: Scan
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: returntocorp/semgrep-action@v1
|
|
with:
|
|
auditOn: push
|
|
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
|
|
publishDeployment: 1395
|