Skip to content

Commit 05e0940

Browse files
disabled dependency review
1 parent 12d87ef commit 05e0940

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/oss_pygoat-devsecops-advanced.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -212,19 +212,19 @@ jobs:
212212
# env:
213213
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
214214
# #GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.
215-
- name: Dependency Review
216-
uses: actions/dependency-review-action@v4.3.2
217-
with:
218-
base-ref: ${{ github.ref }}
219-
head-ref: ${{ github.sha }}
220-
# Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
221-
repo-token: ${{ github.token }} # optional, default is ${{ github.token }}
222-
# A boolean to determine if license checks should be performed
223-
license-check: true # optional
224-
# A boolean to determine if vulnerability checks should be performed
225-
vulnerability-check: true # optional
226-
# Show a summary of the OpenSSF Scorecard scores.
227-
show-openssf-scorecard: true # optional
215+
# - name: Dependency Review
216+
# uses: actions/dependency-review-action@v4.3.2
217+
# with:
218+
# base-ref: ${{ github.ref }}
219+
# head-ref: ${{ github.sha }}
220+
# # Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
221+
# repo-token: ${{ github.token }} # optional, default is ${{ github.token }}
222+
# # A boolean to determine if license checks should be performed
223+
# license-check: true # optional
224+
# # A boolean to determine if vulnerability checks should be performed
225+
# vulnerability-check: true # optional
226+
# # Show a summary of the OpenSSF Scorecard scores.
227+
# show-openssf-scorecard: true # optional
228228
test-run_devopsshield_scan_linux:
229229
name: Run DevOps Shield Scan Linux
230230
needs:

.github/workflows/oss_pygoat-devsecops-basic.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -153,19 +153,19 @@ jobs:
153153
# env:
154154
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155155
# #GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.
156-
- name: Dependency Review
157-
uses: actions/dependency-review-action@v4.3.2
158-
with:
159-
base-ref: ${{ github.ref }}
160-
head-ref: ${{ github.sha }}
161-
# Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
162-
repo-token: ${{ github.token }} # optional, default is ${{ github.token }}
163-
# A boolean to determine if license checks should be performed
164-
license-check: true # optional
165-
# A boolean to determine if vulnerability checks should be performed
166-
vulnerability-check: true # optional
167-
# Show a summary of the OpenSSF Scorecard scores.
168-
show-openssf-scorecard: true # optional
156+
# - name: Dependency Review
157+
# uses: actions/dependency-review-action@v4.3.2
158+
# with:
159+
# base-ref: ${{ github.ref }}
160+
# head-ref: ${{ github.sha }}
161+
# # Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
162+
# repo-token: ${{ github.token }} # optional, default is ${{ github.token }}
163+
# # A boolean to determine if license checks should be performed
164+
# license-check: true # optional
165+
# # A boolean to determine if vulnerability checks should be performed
166+
# vulnerability-check: true # optional
167+
# # Show a summary of the OpenSSF Scorecard scores.
168+
# show-openssf-scorecard: true # optional
169169
test-run_devopsshield_scan_linux:
170170
name: Run DevOps Shield Scan Linux
171171
needs:

0 commit comments

Comments
 (0)