Skip to content

feat(action): update ggshield to 1.29.0 #115

feat(action): update ggshield to 1.29.0

feat(action): update ggshield to 1.29.0 #115

Workflow file for this run

name: Application Main
on:
pull_request:
push:
jobs:
scanning:
name: Test scan
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Scan commit with ggshield
uses: ./ # local action compiles docker image and runs scan ci
with:
args: -v --all-policies
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}