@@ -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 :
0 commit comments