fix(deps): update kubernetes packages to v0.31.0 #3268
Workflow file for this run
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
name: Security Scan | |
on: | |
push: | |
branches: | |
- master | |
- 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 }} |