Skip to content

@thulite/doks-core v1.8.1 fails with: #16

@thulite/doks-core v1.8.1 fails with:

@thulite/doks-core v1.8.1 fails with: #16

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