We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca44a3f commit aff63cfCopy full SHA for aff63cf
.github/workflows/main.yml
@@ -86,17 +86,3 @@ jobs:
86
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
87
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
88
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