Skip to content

Streamline rendering for security contexts #68

Streamline rendering for security contexts

Streamline rendering for security contexts #68

Workflow file for this run

# https://docs.github.com/actions
name: Analysis
on:
push:
branches:
- develop
pull_request:
branches:
- develop
schedule:
- cron: '43 2 * * 6'
workflow_dispatch:
jobs:
checkov:
name: Checkov
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- name: Run Checkov scanner
id: checkov
uses: bridgecrewio/checkov-action@master
- name: Upload scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif