Skip to content

Commit

Permalink
explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Jan 9, 2023
1 parent d24d2cd commit b13bb26
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql-cli.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# CodeQL analysis:
# CodeQL is the analysis engine used by developers to automate security checks,
# and by security researchers to perform variant analysis.
# In CodeQL, code is treated like data. Security vulnerabilities, bugs,
# and other errors are modeled as queries that can be executed against databases
# extracted from code. You can run the standard CodeQL queries, written by GitHub
# researchers and community contributors, or write your own to use in custom analyses.
# Queries that find potential bugs highlight the result directly in the source file.
# https://codeql.github.com/docs/codeql-overview/about-codeql/
# ----------------------------------------------------------------------------
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/trivy-cli.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Trivy:
# Trivy (pronunciation) is a comprehensive and versatile security scanner.
# Trivy has scanners that look for security issues, and targets where it can find those issues.
# https://github.com/aquasecurity/trivy
# ---------------------------------
name: Trivy
on:
push:
Expand Down

0 comments on commit b13bb26

Please sign in to comment.