Skip to content

added ability to exclude items based on a substring match of the CVE … #29

added ability to exclude items based on a substring match of the CVE …

added ability to exclude items based on a substring match of the CVE … #29

Workflow file for this run

name: GHCR Publish
on:
push:
branches: [ "main" ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
env:
KO_DOCKER_REPO: ghcr.io/${{ github.repository_owner }}
KO_TAGS: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Ko builder
uses: ko-build/[email protected]
- name: Build and push Docker image
run: make build