Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 21 additions & 8 deletions .github/workflows/boost.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: SAST
name: boostsecurity.io
on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -9,16 +10,28 @@ on:
types:
- opened
- synchronize

jobs:
boost_security_sast:
name: Boost Security Scanner
boost-sast:
name: SAST
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Native Scanner
uses: boostsecurityio/boostsec-scanner-github@v3
uses: actions/checkout@v3
- name: Run Native Scanner
uses: boostsecurityio/boostsec-scanner-github@v4
with:
action: scan
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/native-scanner
boost-sbom:
name: SBOM
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Upload SBOM from Trivy
uses: boostsecurityio/boostsec-scanner-github@v4
with:
api_token: ${{ secrets.BOOST_API_TOKEN }}
registry_module: boostsecurityio/trivy-sbom

15 changes: 0 additions & 15 deletions .github/workflows/sbom.yaml

This file was deleted.