Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Security scan

on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *" # Everyday at 06:00AM

permissions:
actions: read
checks: write
contents: read
id-token: write
packages: read
pull-requests: write
security-events: write

jobs:
security_scan:
uses: ZeroGachis/.github/.github/workflows/security-scan.yml@v7.3
secrets: inherit
with:
scan-image: false
scan-iac: false
skip-files: poetry.lock
24 changes: 0 additions & 24 deletions .github/workflows/security_scan_repo.yml

This file was deleted.

Loading