Skip to content

action stabilisation #22

action stabilisation

action stabilisation #22

# This workflow is never used by any external repository.
# It is created solely for testing purposes when developing new actions.
# Feel free to change it however you want.
name: "Scan containers"
on:
workflow_call:
push:
paths:
- '.github/workflows/0-scan-containers.yaml'
- 'actions/docker/scan-docker-repo/**'
branches: [ 'v4-beta' ]
jobs:
plan:
runs-on: ubuntu-latest
steps:
- uses: milaboratory/github-ci/actions/docker/scan-docker-repo@v4-beta
id: plan
with:
mode: plan
registry: containers.pl-open.science
repository: milaboratories/pl-containers
concurrency: 20
- uses: actions/upload-artifact@v4
with:
name: plan
path: ${{ steps.plan.outputs.plan-dir }}
outputs:
plan-matrix: ${{ steps.plan.outputs.plan-matrix }}
# run-test:
# runs-on: ubuntu-latest
# steps:
# - uses: milaboratory/github-ci/actions/docker/scan-docker-repo@v4-beta
# with:
# registry: containers.pl-open.science
# repository: milaboratories/pl-containers
# limit: 5