Skip to content

Scan the gatecheck codebase #11

Scan the gatecheck codebase

Scan the gatecheck codebase #11

Workflow file for this run

name: Scan gatecheck
run-name: "Scan the gatecheck codebase"
permissions:
contents: read
checks: write
packages: write
on:
workflow_dispatch:
push:
branches: [ '*' ]
tags: [ '*' ]
jobs:
code_scan:
runs-on: ubuntu-latest
name: Portage Code Scan
steps:
- uses: actions/checkout@v4
- name: Run Portage CD Scans
uses: easy-up/portage-cd-actions/image-build-scan-publish/docker@main
with:
image_build_enabled: 'false'
image_scan_enabled: 'false'