Skip to content

trying postgres normally for coder-db #502

trying postgres normally for coder-db

trying postgres normally for coder-db #502

Workflow file for this run

name: Kubescape scanning for misconfigurations
on: [push, pull_request]
jobs:
kubescape:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: kubescape/github-action@main
continue-on-error: true
with:
format: sarif
frameworks: 'allcontrols,workloadscan'
outputFile: results.sarif
- name: Upload Kubescape scan results to Github Code Scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif