Releases: boozallen/sdp-libraries
Releases · boozallen/sdp-libraries
4.8
What's Changed:
- Removed public visibility from component @ltdonner-bah (#213)
📖 Documentation
- fix: add optional flag that allows skipping npm audit checks with OWASP dependency-check scanner @ravi-m-bah (#214)
- Added "reusable" tag to
catalog-info.yaml
@ConnorDY (#212)
4.7
What's Changed:
🚀 Features
- Added a separate Git repo option to NPM library @psig-bah (#211)
- Added the ability to override
nvm_container
at the step level in the NPM library @psig-bah (#211) - Added immutable option to yarn install @morganmspencer (#210)
- Added a new Docker build strategy to support multiple
Dockerfiles
andDockerfiles
with custom file names @ConnorDY (#208)
4.6
4.5
4.4
4.3
Allows Grype to skip fail_on_severity using the key "none" as well as fixes a bug where Syft may not have been able to retrieve the container image when building the SBOM.
What's Changed:
🚀 Features
🐛 Bug Fixes
Full Changelog: 4.2...4.3
4.2
🐛 Bug Fixes
- Fixed incorrect use of syft's output parameter to correctly dump SBOM to a file that can be archived in Jenkins @psig-bah (#174 )
- Fix for when additional
/
could slip into the output filename, causing permissions and access errors later in the step @psig-bah (#173) - Updated filenames used for container tarballs to replace
/
with-
to keep all archives at the top level and avoid directory permission/availability issues @psig-bah (#172) - Fix for when containers flagged for syft sbom generation are stored in a container repository that requires authentication, the step fails as repository creds provided to the docker library are not passed to the syft container @psig-bah (#171)
4.1
What's Changed:
🚀 Features
🐛 Bug Fixes
- Grype library: add report_format/fail_on_severity defaults and fix bug where file extensions don't exist on generated reports @mackeyaj (#170)
🔧 Maintenance
- Add docs linting to CI @steven-terrana (#169)
4.0
What's Changed
💥 Breaking changes
- Rework NPM library to use dynamic step aliasing @ConnorDY (#154) (see here for migration guide)
- Rework Maven library to use dynamic step aliasing @psig-bah (#158) (see here for migration guide)
🚀 Features
- New .NET library for building and running unit tests @mackeyaj (#159)
- Support overriding the .NET SDK SDP image used @ConnorDY (#167)
- Add suppression file support in OWASP dependency scan @ConnorDY (#165)
📖 Documentation
3.2
What's Changed:
- Make on_change a combination of on_commit and on_merge @ConnorDY (#145)
- Docker enhancement with buildx @jholt96 (#141)
🚀 Features
🐛 Bug Fixes
📖 Documentation
- Fix link to contributing guide @karlkovaciny (#152)
- docs updates from linters @psig-bah (#149)
- updating docs theme and applying new theme features @psig-bah (#151)
- Create docs.yaml @steven-terrana (#148)
- Mkdocs @jholt96 (#147)