Skip to content

Commit

Permalink
chore(ggshield): rename actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Jul 12, 2021
1 parent 1f63dec commit 0448765
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: gitguardian/gg-shield/ggshield
repository: gitguardian/ggshield/ggshield
tags: latest

scanning-released:
Expand All @@ -129,7 +129,7 @@ jobs:
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
- name: GitGuardian scan
uses: GitGuardian/gg-shield-action@master
uses: GitGuardian/ggshield-action@master
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: gitguardian/gg-shield/ggshield
repository: gitguardian/ggshield/ggshield
tag_with_ref: true

push_to_tap:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repos:
types: [python]
stages: [push]

- repo: https://github.com/gitguardian/gg-shield
- repo: https://github.com/gitguardian/ggshield
rev: v1.6.1
hooks:
- id: ggshield
Expand Down

0 comments on commit 0448765

Please sign in to comment.