chore(ci): remove Snyk (#193)

Reviewed-on: #193
This commit was merged in pull request #193.
This commit is contained in:
2026-01-21 20:40:48 +00:00
parent 77d853db18
commit 8ddeb33676
5 changed files with 21 additions and 19 deletions

View File

@@ -0,0 +1,18 @@
# name: Build Docker
# on:
# release:
# types:
# - published
# jobs:
# create_docker:
# name: Create Docker Image
# uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/build-push-docker.yml@main
# with:
# release: ${{ gitea.event.release.name }}
# registry: ${{ vars.PACKAGES_REGISTRY_URL }}
# actions_username: ${{ vars.ACTIONS_USERNAME }}
# ghcr_username: ${{ vars.GHCR_USERNAME }}
# secrets:
# ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
# GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}

View File

@@ -0,0 +1,24 @@
name: Snyk
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "@daily"
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6.0.1
- name: Snyk
uses: snyk/actions/python@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor