Skip to content

Commit daf9a25

Browse files
committed
ci(workflows): [ci] remove jobs.gitguardian
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 0affda2 commit daf9a25

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

.github/infrastructure.yml

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

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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
@@ -89,27 +88,6 @@ jobs:
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-
uses: actions/[email protected]
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

0 commit comments

Comments
 (0)