Skip to content

Commit 167891b

Browse files
doing a little more checks
1 parent eb514b3 commit 167891b

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

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

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

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

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

0 commit comments

Comments
 (0)