Create container-image-scan.yml
This commit is contained in:
parent
05bc67de74
commit
6afa47e4a8
14
.github/workflows/container-image-scan.yml
vendored
Normal file
14
.github/workflows/container-image-scan.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: "ContainerScan"
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-secure-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
|
||||
- name: AnalyzeES
|
||||
uses: Azure/container-scan@v0.1
|
||||
with:
|
||||
image-name: docker.elastic.co/elasticsearch/elasticsearch:7.14.2
|
Loading…
Reference in New Issue
Block a user