mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Adding Gradle wrapper validator (#36817)
Resolves https://github.com/fleetdm/fleet/security/code-scanning/1484 Fix uses OSSF feature: https://github.com/ossf/scorecard/issues/1815
This commit is contained in:
parent
321ed1dc12
commit
a1fd214713
1 changed files with 3 additions and 0 deletions
3
.github/workflows/scorecards-analysis.yml
vendored
3
.github/workflows/scorecards-analysis.yml
vendored
|
|
@ -34,6 +34,9 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
|
||||
|
||||
- name: "Run analysis"
|
||||
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue