Skip to content

Commit aff63cf

Browse files
authored
ci: remove ggshield iac
ggshield iac no longer exists.
1 parent ca44a3f commit aff63cf

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,3 @@ jobs:
8686
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
8787
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
8888
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
89-
90-
ggshield-iac:
91-
name: Check for iac vulnerabilities with ggshield
92-
runs-on: ubuntu-latest
93-
steps:
94-
- uses: actions/checkout@v2
95-
96-
- name: GitGuardian iac scan test
97-
uses: GitGuardian/gg-shield/actions/iac@main
98-
with:
99-
args: ./
100-
env:
101-
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
102-
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}

0 commit comments

Comments
 (0)