Skip to content

(feat) Added ghcr registry, minor improvements #17

(feat) Added ghcr registry, minor improvements

(feat) Added ghcr registry, minor improvements #17

Workflow file for this run

name: Security Check
on:
pull_request:
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.22.2
with:
args: ./...