This commit is contained in:
Chris Lovett 2022-06-03 17:47:16 -07:00 коммит произвёл Gustavo Rosa
Родитель b5cb577f52
Коммит 5ac396b755
2 изменённых файлов: 0 добавлений и 78 удалений

45
.github/workflows/codeql-analysis.yml поставляемый
Просмотреть файл

@ -1,45 +0,0 @@
name: "CodeQL"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

33
.github/workflows/devskim.yml поставляемый
Просмотреть файл

@ -1,33 +0,0 @@
name: "DevSkim"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: DevSkim
uses: microsoft/devskim-action@v1
with:
should-scan-archives: false
output-filename: devskim-results.sarif
- name: Upload scanning results
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: devskim-results.sarif