DockleのCI追加 (#9568)

* Dockerイメージ検査のCI追加

* Add cp

* step分離

* step分離

* rm depends_on

* Dockle実行時に必要なイメージタグ付与処理をCI内で行う

* 末尾に移動

* Add comment

* .git削除処理をビルドステージに移動

* docker-compose.yml作成処理追加

* aptのキャッシュ削除処理追加

* ヘルスチェック用スクリプト追加

* yqインストール処理修正

* Add ca-certificates

* yqインストール処理をビルドステージに移動

* インデントを揃える

* インデントをタブに変更
This commit is contained in:
Masaya Suzuki 2023-02-05 14:04:02 +09:00 committed by GitHub
parent 7df019db0e
commit f599337320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 2 deletions

2
.dockleignore Normal file
View file

@ -0,0 +1,2 @@
DKL-DI-0006
DKL-LI-0003