Skip to content

Commit ac29d91

Browse files
✨ Create required scripts file and other workflow files
1 parent 746c473 commit ac29d91

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/security.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,20 @@ jobs:
101101
sarif_file: reports/dependency-check-report.sarif
102102
category: 'dependency-check'
103103

104-
secret-scan:
105-
name: Secret Detection
106-
runs-on: ubuntu-latest
104+
# secret-scan:
105+
# name: Secret Detection
106+
# runs-on: ubuntu-latest
107107

108-
steps:
109-
- name: Checkout
110-
uses: actions/checkout@v4
111-
with:
112-
fetch-depth: 0
108+
# steps:
109+
# - name: Checkout
110+
# uses: actions/checkout@v4
111+
# with:
112+
# fetch-depth: 0
113113

114-
- name: Run Gitleaks
115-
uses: gitleaks/gitleaks-action@v2
116-
env:
117-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114+
# - name: Run Gitleaks
115+
# uses: gitleaks/gitleaks-action@v2
116+
# env:
117+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118118

119119
codeql:
120120
name: CodeQL Analysis
@@ -128,7 +128,7 @@ jobs:
128128
strategy:
129129
fail-fast: false
130130
matrix:
131-
language: [ 'python' ]
131+
language: [ 'bash', 'dockerfile', 'go', 'javascript', 'python', 'ruby' ]
132132

133133
steps:
134134
- name: Checkout

0 commit comments

Comments
 (0)