We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a8fc0 commit 5b39006Copy full SHA for 5b39006
2 files changed
.github/workflows/guarddog.yml
@@ -0,0 +1,14 @@
1
+name: Run GuardDog Scan on PRs
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
8
9
+permissions:
10
+ contents: read
11
12
+jobs:
13
+ call-guarddog-scan:
14
+ uses: step-security/reusable-workflows/.github/workflows/guarddog.yml@v1
action.yml
@@ -48,7 +48,7 @@ inputs:
48
49
runs:
50
using: 'docker'
51
- image: 'docker://ghcr.io/step-security/mongodb-github-action@sha256:14889a419431efee64b706e9307b5c2b15fe157b123b8f9f2fca9f8817dad835'
+ image: 'docker://ghcr.io/step-security/mongodb-github-action@sha256:07b75dd3727696912a6c91646db413517f238e4fe2bd87788d31b59b9f05ca80'
52
args:
53
- ${{ inputs.mongodb-image }}
54
- ${{ inputs.mongodb-version }}
0 commit comments