Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/tests.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Build and Test and Scan

# Controls when the action will run.
on: [push, pull_request, workflow_dispatch]
Expand All @@ -17,8 +17,13 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Run a one-line script
- name: Build and test the image
run: ./tests.sh

- name: Scan the image
uses: anchore/scan-action@v2
with:
image: "mendhak/http-https-echo:latest"
debug: false