mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
472 B
YAML
23 lines
472 B
YAML
name: ShiftLeft Scan
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
Scan-Build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Perform ShiftLeft Scan
|
|
uses: ShiftLeftSecurity/scan-action@master
|
|
env:
|
|
WORKSPACE: ""
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
SCAN_AUTO_BUILD: true
|
|
with:
|
|
output: reports
|
|
|
|
- name: Upload report
|
|
uses: github/codeql-action/upload-sarif@v1
|
|
with:
|
|
sarif_file: reports
|