Skip to content

build(deps): bump checkmarx/kics-github-action from 2.1.3 to 2.1.4 #44

build(deps): bump checkmarx/kics-github-action from 2.1.3 to 2.1.4

build(deps): bump checkmarx/kics-github-action from 2.1.3 to 2.1.4 #44

Workflow file for this run

on:
pull_request:
branches: [main]
name: Build
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/[email protected]
id: meta
with:
images: ghcr.io/${{ github.repository }}
- uses: docker/[email protected]
with:
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=gha
# cache-to: type=gha,mode=max