Skip to content

chore: create reusable workflow for security scans #5

chore: create reusable workflow for security scans

chore: create reusable workflow for security scans #5

Workflow file for this run

name: Security Scan
on:
registry_package:
types: [published]
pull_request:
branches:
- main
jobs:
security-scan:
name: Security Scan
# if: ${{ github.event.registry_package.package_version.container_metadata.tag.name != '' }}
uses: ./.github/workflows/_security-scan.yml
with:
image-ref: ghcr.io/${{ github.repository_owner }}/eternal-linux/main/silverblue:latest