Bläddra i källkod

analysis.yml

pull/232/head
Santiago De Jesus Villalobos-Gonzalez 2 år sedan
committed by GitHub
förälder
incheckning
0d959632d1
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 34 tillägg och 0 borttagningar
  1. +34
    -0
      .github/workflows/devskim-analysis.yml

+ 34
- 0
.github/workflows/devskim-analysis.yml Visa fil

@@ -0,0 +1,34 @@
# 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: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '27 11 * * 1'

jobs:
lint:
name: DevSkim
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1
- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: devskim-results.sarif

Laddar…
Avbryt
Spara