mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
chore(ci): remove semgrep workflow (#1644)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
e67a8f783d
commit
e1e55f9b3b
26
.github/workflows/semgrep.yml
vendored
26
.github/workflows/semgrep.yml
vendored
@ -1,26 +0,0 @@
|
||||
name: Semgrep
|
||||
|
||||
on:
|
||||
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: 29 16 * * *
|
||||
|
||||
jobs:
|
||||
semgrep:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
SEMGREP_APP_TOKEN: "${{ secrets.SEMGREP_APP_TOKEN }}"
|
||||
container:
|
||||
image: returntocorp/semgrep
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Semgrep
|
||||
run: semgrep ci
|
Loading…
Reference in New Issue
Block a user