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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @ZeroGachis/FWMS_Squad
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 04: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
scan-filesystem: true
24 changes: 0 additions & 24 deletions .github/workflows/security_scan_repo.yml

This file was deleted.

Loading