Skip to content

Commit de8a92f

Browse files
Update oss_pygoat-devsecops-basic.yml
1 parent a8b3370 commit de8a92f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)