Create container-image-scan.yml

This commit is contained in:
Chad 2021-12-12 17:07:13 -05:00 committed by GitHub
parent 05bc67de74
commit 6afa47e4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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