File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,6 +217,14 @@ jobs:
217217 with :
218218 base-ref : ${{ github.ref }}
219219 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
220228 test-run_devopsshield_scan_linux :
221229 name : Run DevOps Shield Scan Linux
222230 needs :
Original file line number Diff line number Diff line change @@ -158,6 +158,14 @@ jobs:
158158 with :
159159 base-ref : ${{ github.ref }}
160160 head-ref : ${{ github.sha }}
161+ # Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
162+ repo-token : ${{ github.token }} # optional, default is ${{ github.token }}
163+ # A boolean to determine if license checks should be performed
164+ license-check : true # optional
165+ # A boolean to determine if vulnerability checks should be performed
166+ vulnerability-check : true # optional
167+ # Show a summary of the OpenSSF Scorecard scores.
168+ show-openssf-scorecard : true # optional
161169 test-run_devopsshield_scan_linux :
162170 name : Run DevOps Shield Scan Linux
163171 needs :
You can’t perform that action at this time.
0 commit comments