Skip to content

chore(deps): update github.com/charmbracelet/x/exp/teatest digest to e1130b3 #697

chore(deps): update github.com/charmbracelet/x/exp/teatest digest to e1130b3

chore(deps): update github.com/charmbracelet/x/exp/teatest digest to e1130b3 #697

Workflow file for this run

name: Scan CVEs - KICS
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
kics:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout Source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: run kics Scan
uses: checkmarx/kics-github-action@94469746ec2c43de89a42fb9d2a80070f5d25b16 # v2.1.3
with:
path: 'demo,src'
output_formats: 'sarif'
- name: display kics results
run: |
cat results.sarif
- name: Upload artifact
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: SARIF file
path: results.sarif
retention-days: 5
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
sarif_file: results.sarif