Skip to content

Commit

Permalink
ci: add container scanning to default checks hyperledger-cacti#1876
Browse files Browse the repository at this point in the history
Signed-off-by: aldousalvarez <[email protected]>
  • Loading branch information
aldousalvarez committed Mar 22, 2022
1 parent 824f5c8 commit 0d6bc5c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/container-scanner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "container-scanner"

on:
push:
# Publish `main` as Docker `latest` image.
branches:
- main

# Publish `v1.2.3` tags as releases.
tags:
- v*

jobs:
# Push image to GitHub Packages.
# See also https://docs.docker.com/docker-hub/builds/
build-tag-push-container:
runs-on: ubuntu-20.04

steps:
- uses: Azure/[email protected]
with:
image-name: besu-all-in-one-publish

0 comments on commit 0d6bc5c

Please sign in to comment.