Skip to content

Add new tools: Clair, Snyk, Grype #19

Add new tools: Clair, Snyk, Grype

Add new tools: Clair, Snyk, Grype #19

Workflow file for this run

name: Test Security Tools container build
on:
push:
branches:
- main
- develop
paths:
- Dockerfile
pull_request:
branches:
- main
- develop
paths:
- Dockerfile
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build container
uses: docker/build-push-action@v6
with:
push: false
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
tags: theredguild/container-sec-tools:latest