Skip to content

ci: Add security-scan workflow #33

ci: Add security-scan workflow

ci: Add security-scan workflow #33

Workflow file for this run

name: "Release"
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'catalog-info.yaml'
jobs:
github-release:
uses: ZeroGachis/.github/.github/workflows/gh-release-please.yml@v6
secrets: inherit
permissions:
contents: write
pull-requests: write
with:
major_and_minor_tags: false
publish:
needs: github-release
if: ${{ needs.github-release.outputs.release_created == 'true' }}
uses: ZeroGachis/.github/.github/workflows/python-publish.yml@v6
secrets: inherit
permissions:
contents: write
packages: read
id-token: write
with:
python_version: "3.13"
environment_name: main