-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34ddf2c
commit 8218e26
Showing
1 changed file
with
20 additions
and
0 deletions.
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: Security Scan | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- renovate/** | ||
pull_request: | ||
schedule: | ||
- cron: "0 3 * * *" | ||
|
||
jobs: | ||
trivy: | ||
permissions: | ||
contents: read # for actions/checkout to fetch code | ||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results | ||
uses: newrelic/k8s-agents-automation/.github/workflows/reusable-security.yaml@main | ||
secrets: | ||
slack_channel: ${{ secrets.K8S_AGENTS_SLACK_CHANNEL }} | ||
slack_token: ${{ secrets.K8S_AGENTS_SLACK_TOKEN }} |