Skip to content

Commit

Permalink
feat: Security pipeline (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjjaramillo authored Jun 28, 2024
1 parent 34ddf2c commit 8218e26
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/security.yml
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 }}

0 comments on commit 8218e26

Please sign in to comment.