We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce61352 commit 6e00589Copy full SHA for 6e00589
.github/workflows/reusable-build-and-push.yml
@@ -62,6 +62,7 @@ jobs:
62
uses: docker/build-push-action@v4
63
with:
64
context: .
65
+ platforms: linux/amd64,linux/arm64
66
tags: ghcr.io/openclarity/exploit-db-server:${{ inputs.image_tag }}
67
file: Dockerfile
68
push: ${{ inputs.push }}
Dockerfile
@@ -1,5 +1,4 @@
1
-# go-exploitdb v0.4.5
2
-FROM vuls/go-exploitdb@sha256:9f18d41d3f1a75d851a6126dba8aff873d1d2bb2ded78cbd6d0150cd0dba655d
+FROM vuls/go-exploitdb:v0.4.5@sha256:ba49bb2334b7747a05f8899ead84c5d09ca3f4879419aa76d63f308fa4215c9c
3
4
# Make directory to store DB if not volume mounted
5
RUN mkdir /vuls
0 commit comments