Skip to content

Commit

Permalink
refactor(cmd-api-server): clean up configuration parameters gitguardi…
Browse files Browse the repository at this point in the history
…an scanner test

test

Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 committed Mar 10, 2023
1 parent b3fa477 commit 1e848c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .gitguardian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

# Set to true if the desired exit code for the CLI is always 0,
# otherwise the exit code will be 1 if incidents are found
# the environment variable GITGUARDIAN_EXIT_ZERO=true can also be used toggle this behaviour.
# the environment variable GITGUARDIAN_EXIT_ZERO=true can also be used toggle this behavior.
exit-zero: false # default: false

verbose: false # default: false
Expand All @@ -25,13 +25,6 @@ secret:
- 'LICENSE'
- '**/examples/cactus-example-carbon-accounting-backend/example-config.json'

# Ignore security incidents with the SHA256 of the occurrence obtained at output or the secret itself
# ignored-matches:
# - name:
# match: 530e5a4a7ea00814db8845dd0cae5efaa4b974a3ce1c76d0384ba715248a5dc1
# - name: credentials
# match: MY_TEST_CREDENTIAL

# Detectors to ignore.
ignored-detectors: # default: []
- Generic Password
12 changes: 4 additions & 8 deletions .github/workflows/gg-shield-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: GitGuardian scan

on:
push:
pull_request:
pull_request_target:
# Publish `main` as Docker `latest` image.
branches:
- main
- haruharu720test

# Publish `v1.2.3` tags as releases.
tags:
Expand All @@ -23,16 +22,13 @@ jobs:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Login to DockerHub Registry
# run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: GitGuardian scan
uses: GitGuardian/ggshield-action@v1.1.0
uses: GitGuardian/ggshield-action@v1.14.4
with:
args: --show-secrets --exit-zero --all-policies --verbose
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: haruharu720test
# GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
# GITGUARDIAN_INSTANCE: 'https://api.gitguardian.com/'
GITHUB_DEFAULT_BRANCH: main
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}

0 comments on commit 1e848c9

Please sign in to comment.