Skip to content

Commit 2e25557

Browse files
let us try this
1 parent de8a92f commit 2e25557

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

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

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -153,33 +153,8 @@ jobs:
153153
# env:
154154
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155155
# #GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.
156-
# - name: Depcheck
157-
# uses: dependency-check/Dependency-Check_Action@main
158-
# id: Depcheck
159-
# with:
160-
# project: 'test'
161-
# path: '.'
162-
# format: 'HTML'
163-
# out: 'reports' # this is the default, no need to specify unless you wish to override it
164-
# args: >
165-
# --failOnCVSS 7
166-
# --enableRetired
167-
# - name: Upload Test results
168-
# uses: actions/upload-artifact@master
169-
# with:
170-
# name: Depcheck report
171-
# path: ${{github.workspace}}/reports
172156
- name: Dependency Review
173157
uses: actions/dependency-review-action@v4.3.2
174-
with:
175-
# Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
176-
repo-token: ${{ github.token }} # optional, default is ${{ github.token }}
177-
# A boolean to determine if license checks should be performed
178-
license-check: true # optional
179-
# A boolean to determine if vulnerability checks should be performed
180-
vulnerability-check: true # optional
181-
# Show a summary of the OpenSSF Scorecard scores.
182-
show-openssf-scorecard: true # optional
183158
test-run_devopsshield_scan_linux:
184159
name: Run DevOps Shield Scan Linux
185160
needs:

0 commit comments

Comments
 (0)