We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4554830 + cc6360a commit 09c0b2aCopy full SHA for 09c0b2a
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Scan commit with ggshield
17
uses: ./ # local action compiles docker image and runs scan ci
18
with:
19
- args: -v --all-policies
+ args: -v
20
env:
21
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
22
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
0 commit comments