Skip to content
This repository has been archived by the owner on Feb 20, 2025. It is now read-only.

chore: Gosec - enable security linting #3

chore: Gosec - enable security linting

chore: Gosec - enable security linting #3

Workflow file for this run

name: "Code scanning"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "26 14 * * 2"
jobs:
gosec:
permissions:
# Required to upload SARIF files
security-events: write
# for actions/checkout to fetch code
contents: read
# call reusable workflow from central '.github' repo
uses: open-component-model/.github/.github/workflows/code-scan.yml@main
secrets: inherit