Skip to content

ci(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.0 #696

ci(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.0

ci(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.0 #696

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: DevSkim
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
permissions: {}
jobs:
devskim:
name: DevSkim
runs-on: ubuntu-latest
permissions:
# required to read the code
contents: read
# required to publish security findings
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
persist-credentials: false
- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@4b5047945a44163b94642a1cecc0d93a3f428cc6 # v1.0.16
with:
should-scan-archives: true
- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with:
sarif_file: devskim-results.sarif