Skip to content

Commit

Permalink
chore: Gosec - enable security linting (#14)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it

see: open-component-model/ocm-project#270

#### Which issue(s) this PR fixes

fixes: #13
  • Loading branch information
hilmarf authored Feb 6, 2025
1 parent da1d018 commit 99fed50
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Code scanning"

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

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

0 comments on commit 99fed50

Please sign in to comment.