diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f40b2be --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ZeroGachis/FWMS_Squad \ No newline at end of file diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml new file mode 100644 index 0000000..82b0be0 --- /dev/null +++ b/.github/workflows/security-scan.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/security_scan_repo.yml b/.github/workflows/security_scan_repo.yml deleted file mode 100644 index f547565..0000000 --- a/.github/workflows/security_scan_repo.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Security Scan Repo - -on: - push: - branches: - - main - - master - - develop - - tools - - release/* - schedule: - - cron: "0 10 * * 1" - -permissions: - contents: read - pull-requests: write - security-events: write - checks: write - actions: read - -jobs: - security_scan: - uses: ZeroGachis/.github/.github/workflows/security_scan_repo.yml@v4 - secrets: inherit