Skip to content

Commit f2d1f6f

Browse files
🔧 Update script file with required functions
1 parent 9b7480d commit f2d1f6f

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

.github/workflows/security.yaml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -108,53 +108,6 @@ jobs:
108108
sarif_file: reports/dependency-check-report.sarif
109109
category: 'dependency-check'
110110

111-
# secret-scan:
112-
# name: Secret Detection
113-
# runs-on: ubuntu-latest
114-
115-
# steps:
116-
# - name: Checkout
117-
# uses: actions/checkout@v4
118-
# with:
119-
# fetch-depth: 0
120-
121-
# - name: Run Gitleaks
122-
# uses: gitleaks/gitleaks-action@v2
123-
# env:
124-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125-
126-
# codeql:
127-
# name: CodeQL Analysis
128-
# runs-on: ubuntu-latest
129-
130-
# permissions:
131-
# actions: read
132-
# contents: read
133-
# security-events: write
134-
135-
# strategy:
136-
# fail-fast: false
137-
# matrix:
138-
# language: [ 'bash', 'dockerfile', 'go', 'javascript', 'python', 'ruby' ]
139-
140-
# steps:
141-
# - name: Checkout
142-
# uses: actions/checkout@v4
143-
144-
# - name: Initialize CodeQL
145-
# uses: github/codeql-action/init@v3
146-
# with:
147-
# languages: ${{ matrix.language }}
148-
# queries: security-and-quality
149-
150-
# - name: Autobuild
151-
# uses: github/codeql-action/autobuild@v3
152-
153-
# - name: Perform CodeQL Analysis
154-
# uses: github/codeql-action/analyze@v3
155-
# with:
156-
# category: "/language:${{matrix.language}}"
157-
158111
security-policy:
159112
name: Security Policy Check
160113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)