@@ -145,27 +145,27 @@ jobs:
145145 steps :
146146 - name : checkout
147147 uses : actions/checkout@v4.1.0
148- # - name: Gitleaks
149- # continue-on-error: true
150- # # You may pin to the exact commit or the version.
151- # # uses: gitleaks/gitleaks-action@e6dab246340401bf53eec993b8f05aebe80ac636
152- # uses: gitleaks/gitleaks-action@v2.3.4
153- # env:
154- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155- # #GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.
156- # - name: Dependency Review
157- # uses: actions/dependency-review-action@v4.3.2
158- # with:
159- # base-ref: ${{ github.ref }}
160- # 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
148+ - name : Gitleaks
149+ continue-on-error : true
150+ # You may pin to the exact commit or the version.
151+ # uses: gitleaks/gitleaks-action@e6dab246340401bf53eec993b8f05aebe80ac636
152+ uses : gitleaks/gitleaks-action@v2.3.4
153+ env :
154+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
155+ # GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.
156+ - name : Dependency Review
157+ uses : actions/dependency-review-action@v4.3.2
158+ with :
159+ base-ref : ${{ github.ref }}
160+ 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
169169 test-run_devopsshield_scan_linux :
170170 name : Run DevOps Shield Scan Linux
171171 needs :
0 commit comments