Skip to content

Commit

Permalink
feat: fix docker build command on docker-fuzz
Browse files Browse the repository at this point in the history
Signed-off-by: Valina Li <[email protected]>
  • Loading branch information
vli11 committed Aug 15, 2023
1 parent 067ba46 commit 402cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ sbom:
spdx/spdx-sbom-generator -p /edgex-go/ -o /sbom/ --include-license-text true

docker-fuzz:
docker build -f Dockerfile.fuzz -t fuzz-edgex-go:latest -f fuzz_test/Dockerfile.fuzz .
docker build -t fuzz-edgex-go:latest -f fuzz_test/Dockerfile.fuzz .

fuzz-test-command:
# not joining the edgex-network due to swagger file url pointing to localhost for fuzz testing in the container
Expand Down

0 comments on commit 402cc22

Please sign in to comment.