File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,6 +169,17 @@ jobs:
169169 # with:
170170 # name: Depcheck report
171171 # path: ${{github.workspace}}/reports
172+ - name : Dependency Review
173+ 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
172183 test-run_devopsshield_scan_linux :
173184 name : Run DevOps Shield Scan Linux
174185 needs :
You can’t perform that action at this time.
0 commit comments