File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments