We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65285b commit 79b7a4aCopy full SHA for 79b7a4a
.github/workflows/scans.yml
@@ -175,7 +175,7 @@ jobs:
175
steps:
176
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
177
178
- - uses: checkmarx/kics-github-action@5373b38b35d09a400790b9e560189064d185391f # v2
+ - uses: checkmarx/kics-github-action@c456d047c6b73a360a5e1deb892e3f90fa372a04 # v2
179
with:
180
enable_annotations: true
181
enable_comments: true
Dockerfile
@@ -3,7 +3,7 @@
3
##
4
# base
5
6
-FROM debian:stable-slim@sha256:88f88a2b8bd1873876a2ff15df523a66602aa57177e24b5f22064c4886ec398a AS base
+FROM debian:stable-slim@sha256:b3ef39b8a45ee3b689c462dfa711454bcfc9c9965fe81c6cfb7ff4029b5b8cd7 AS base
7
LABEL maintainer="wyextay@gmail.com"
8
9
# set up user
0 commit comments