File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Run GuardDog Scan on PRs
2+
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ branches : [main]
8+
9+ permissions :
10+ contents : read
11+
12+ jobs :
13+ call-guarddog-scan :
14+ uses : step-security/reusable-workflows/.github/workflows/guarddog.yml@v1
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ inputs:
4848
4949runs :
5050 using : ' docker'
51- image : ' docker://ghcr.io/step-security/mongodb-github-action@sha256:14889a419431efee64b706e9307b5c2b15fe157b123b8f9f2fca9f8817dad835 '
51+ image : ' docker://ghcr.io/step-security/mongodb-github-action@sha256:07b75dd3727696912a6c91646db413517f238e4fe2bd87788d31b59b9f05ca80 '
5252 args :
5353 - ${{ inputs.mongodb-image }}
5454 - ${{ inputs.mongodb-version }}
You can’t perform that action at this time.
0 commit comments