File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed
Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ branches:
2727 - context : commitlint
2828 - context : dependabot-dedupe
2929 - context : format
30- - context : gitguardian
3130 - context : lint
3231 - context : spelling
3332 - context : test
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
8988 - id : version
9089 name : Extract version metadata
9190 uses :
flex-development/[email protected] 92- gitguardian :
93- runs-on : ubuntu-latest
94- permissions :
95- contents : read
96- steps :
97- - id : checkout
98- name : Checkout
99- 100- with :
101- fetch-depth : 0
102- - id : scan
103- name : Scan commits with ggshield
104- uses :
GitGuardian/[email protected] 105- env :
106- GITGUARDIAN_API_KEY : ${{ secrets.GITGUARDIAN_API_KEY }}
107- GITHUB_DEFAULT_BRANCH : ${{ github.event.repository.default_branch }}
108- GITHUB_PULL_BASE_SHA : ${{ github.event.pull_request.base.sha }}
109- GITHUB_PUSH_BASE_SHA : ${{ github.event.base }}
110- GITHUB_PUSH_BEFORE_SHA : ${{ github.event.before }}
111- with :
112- args : --all-policies --format sarif --show-secrets --with-incident-details --verbose
11391 commitlint :
11492 needs : preflight
11593 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments