Skip to content

Commit

Permalink
docker_scan
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Nov 30, 2024
1 parent 1c07f2c commit a021deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
publish: false
dockerfile: ./Dockerfile
repoName: covenant-emulator
docker_scan: true

go_sec_covenant_signer:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -52,4 +53,5 @@ jobs:
publish: false
dockerfile: ./covenant-signer/Dockerfile
dockerContext: ./covenant-signer
repoName: covenant-signer
repoName: covenant-signer
docker_scan: true
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'main'
- 'hiep/signer-build'
tags:
- '*'

Expand Down

0 comments on commit a021deb

Please sign in to comment.