Skip to content

move tooling inside a single, centralized container #3

move tooling inside a single, centralized container

move tooling inside a single, centralized container #3

Workflow file for this run

name: Test Security Tools container build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and test container
run: |
make test