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
4 changes: 2 additions & 2 deletions .github/workflows/registry-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

permissions:
contents: read

jobs:
scan_job:
name: Scanner Registry Action
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Scan Registry
uses: boostsecurityio/scanner-registry-action@bcec6e2aedd41802de36511587d46e2eb47e8805 # v1.5.3
uses: boostsecurityio/scanner-registry-action@7c3690aed2453f790be130a209d644c41b333fb7 # v1.5.4
with:
api_endpoint: ${{ vars.BOOST_API_ENDPOINT }}
api_token: ${{ secrets.BOOST_SYSTEM_API_KEY_REGISTRY }}
1 change: 1 addition & 0 deletions scanners/boostsecurityio/boost-sca/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: BoostSecurity SCA
namespace: boostsecurityio/boost-sca
scan_types:
- sca
- license

config:
require_full_repo: true
Expand Down
1 change: 1 addition & 0 deletions scanners/boostsecurityio/boost-sca/rules.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import:
- boostsecurityio/sca-cve
- boostsecurityio/oss-license

rules:
dependency-with-malicious-behaviour:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if this should be only 1 place as well

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably, can be cleaned up in a later PR.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expand Down