Skip to content

Commit

Permalink
Latest Changes To Prod (#166)
Browse files Browse the repository at this point in the history
* disable monorepo support on composition scanner (#188)

* Update registry-scanner.yaml to use v1.5.7 of scanner-registry-action (#189)

Signed-off-by: Jake Bédard <[email protected]>

* BST-11782 Latest Composition Fix (#190)

Signed-off-by: Alexis-Maurer Fortin <[email protected]>

---------

Signed-off-by: Jake Bédard <[email protected]>
Signed-off-by: Alexis-Maurer Fortin <[email protected]>
Signed-off-by: Alexis-Maurer Fortin <[email protected]>
Co-authored-by: François Proulx <[email protected]>
Co-authored-by: Jonathan Serafini <[email protected]>
Co-authored-by: Martin Roy <[email protected]>
Co-authored-by: Jake Bédard <[email protected]>
  • Loading branch information
5 people authored Dec 11, 2024
1 parent 99e20fc commit 5d5d861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/registry-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Scan Registry
uses: boostsecurityio/scanner-registry-action@9acd6b00ece9d419b5896a9e18b129dc1cf68afc # v1.5.6
uses: boostsecurityio/scanner-registry-action@13a956983c6f1f1dd4dc9051df62c54097299c4d # v1.5.7
with:
api_endpoint: ${{ vars.BOOST_API_ENDPOINT }}
api_token: ${{ secrets.BOOST_SYSTEM_API_KEY_REGISTRY }}
5 changes: 3 additions & 2 deletions scanners/boostsecurityio/composition/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ scan_types:

config:
support_diff_scan: false
support_mono_repo: false
require_full_repo: true

steps:
- scan:
format: metadata
command:
docker:
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:7704de1@sha256:bc554abe4a0e290cb1ca890ec4956c2cad94e3b286d65fe1f8f18b498a500947
image: public.ecr.aws/boostsecurityio/boost-scanner-composition:b5ed688@sha256:a68838c47601fa6b98c6583cc099e3bc7748bf37adf33ca9a05a74efb719066c
command: scan
workdir: /src
environment:
XDG_CONFIG_HOME: /tmp
XDG_CONFIG_HOME: /tmp

0 comments on commit 5d5d861

Please sign in to comment.