File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ branches:
2828 - context : commitlint
2929 - context : dependabot-dedupe
3030 - context : format
31- - context : gitguardian
3231 - context : lint
3332 - context : spelling
3433 - context : test (24)
Original file line number Diff line number Diff line change 1212# - https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request
1313# - https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads#push
1414# - https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads#workflow_dispatch
15- # - https://github.com/GitGuardian/ggshield-action
1615# - https://github.com/actions/cache
1716# - https://github.com/actions/cache/discussions/650
1817# - https://github.com/actions/checkout
9493 - id : version
9594 name : Extract version metadata
9695 uses : flex-development/manver-action@1.0.1
97- gitguardian :
98- runs-on : ubuntu-latest
99- steps :
100- - id : checkout
101- name : Checkout
102- uses : actions/checkout@v5.0.0
103- with :
104- fetch-depth : 0
105- - id : scan
106- name : Scan commits with ggshield
107- uses : GitGuardian/ggshield-action@v1.43.0
108- env :
109- GITGUARDIAN_API_KEY : ${{ secrets.GITGUARDIAN_API_KEY }}
110- GITHUB_DEFAULT_BRANCH : ${{ github.event.repository.default_branch }}
111- GITHUB_PULL_BASE_SHA : ${{ github.event.pull_request.base.sha }}
112- GITHUB_PUSH_BASE_SHA : ${{ github.event.base }}
113- GITHUB_PUSH_BEFORE_SHA : ${{ github.event.before }}
114- with :
115- args : --all-policies --format sarif --show-secrets --with-incident-details --verbose
11696 commitlint :
11797 needs : preflight
11898 runs-on : ubuntu-latest
@@ -354,7 +334,6 @@ jobs:
354334 needs :
355335 - commitlint
356336 - format
357- - gitguardian
358337 - lint
359338 - preflight
360339 - spelling
You can’t perform that action at this time.
0 commit comments