-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What this PR does / why we need it see: open-component-model/ocm-project#270 #### Which issue(s) this PR fixes fixes https://github.com/open-component-model/ocm-project/issues/383
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters