-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributing dotnet/Unity build and static code analysis steps #190
base: develop
Are you sure you want to change the base?
Commits on Jun 15, 2022
-
Enable suppression file support in OWASP dependency scan (boozallen#165)
* formatting * add suppression file support * update README * begin writing unit tests * fix tests * finish new unit tests * use null safe operator on config Co-authored-by: Steven Terrana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8e613f - Browse repository at this point
Copy the full SHA b8e613fView commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad54ce4 - Browse repository at this point
Copy the full SHA ad54ce4View commit details
Commits on Jun 22, 2022
-
Add sections for migrating from SDP 3.2 to 4.0 to NPM and Maven libra…
…ry docs (boozallen#168) * add section for migrating from SDP 3.2 to 4.0 to NPM library docs * adding 4.0 migration info to Maven docs Co-authored-by: Peter Sigur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0201f9c - Browse repository at this point
Copy the full SHA 0201f9cView commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3f9851f - Browse repository at this point
Copy the full SHA 3f9851fView commit details
Commits on Jul 5, 2022
-
Add Grype Scan library (boozallen#153)
* add config options to k8s library (boozallen#115) * [AIOPS-32] Adding in support, tests, and documentation for Maven (boozallen#118) * Added Grype * push grype readme * changed maven url to https * add ds_store to gitignore * Working on Grype spock tests * push GrtypeTestSpec * push readme/grype_scan changes * renamed grype_scan.groovy * additional change addressing scanning multi images * grype changes * updated grype image * add missing brace * fixed second use of file var * add scan_image * check path * test w/unstash * testing unstash * add var explicit type * add unstash/stash to docker.image.inside * move grype config check to docker.image.inside * change upCase vars to camelcase, added config vars * changed config var to snake case * import grype * allow fail severity to be none * test * test if * test if statement * allows other formats to not trigger error * test each loop relocation * test string concat * test json string concat * allow unique naming of archive items * fix var incorrect var name * test unique archives * fixed var declaration * fix var * test archival of multi scans * formatting * use img.context instead * formatting * throw multi errors * test exception * add throe exception * updates * Delete .DS_Store * delete test/maven * remove docs/modules/root * remove maven.groovy * fixed files * add blank line * unit testing grype * added inside_sdp_image helper * changed lib config option args * fixed called image name * test sdp image retrieval * test exception handling * fix loop * test login to registry * test reg login * test docker: source * test login to registry * test docker in grype * test using grype:0.38.0 * update readme * remove docker version * test echo msg * Push start of unit test * add newline * fixed readme * add grypeContainer var * updated dependancies * added optional grype_container * test img.repo * test contains * test if statement * test * test * removed if statement * retry if statement * test if statement * test retrieving img.repo with prefix * test repo name * test * concatenate * test echo var * concatenate strings * working string concat * testing for var scope * test assigning to null string * removed echo tests * check if new code broke multi image * put back if * remove json extension * work on grype config * test grypeConfig var * add new field to lib config * testing not null check * testing grype configs * test * test grype config check * test with build ARGS * test removed defaults * changed none to null * test * test config search * create local grype * test * test file create * checking dirs * test mkdir * is dir created * test * create test file * fix var name * whose running the container * remove echo grypeconfig * test * make gyrpe config * check home * build test * echo home * check home var * test * test * test * check dir * test * check groovy * test .grype * test * test * test again * check sev * test XDG var * test xdg * fixed var * check dir * test * test env var * test * test * test echo * test * testing * test export * remove sh test cmds * fixed miss var * test json w/o grype.yaml * test json and grypeconf null * Tidy up * formatting * removed empty lines 62/86 * changed HOME and XDG vars to string type * working tests * add more tests * input tests * push more tests * Exception test * remove empty else block * update Co-authored-by: steven-terrana <[email protected]> Co-authored-by: kdendtler <[email protected]> Co-authored-by: Connor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 947936c - Browse repository at this point
Copy the full SHA 947936cView commit details
Commits on Jul 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b981783 - Browse repository at this point
Copy the full SHA b981783View commit details
Commits on Jul 8, 2022
-
Grype library: add report_format/fail_on_severity defaults and fix bu…
…g where file extensions don't exist on generated reports (boozallen#170) * add config options to k8s library (boozallen#115) * [AIOPS-32] Adding in support, tests, and documentation for Maven (boozallen#118) * added defaults/added file extension naming * rm extra files/folders * rm folders * fix gitignore * fix gitignore whitespace * update unit tests Co-authored-by: steven-terrana <[email protected]> Co-authored-by: kdendtler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0022710 - Browse repository at this point
Copy the full SHA 0022710View commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b118700 - Browse repository at this point
Copy the full SHA b118700View commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 11e9d19 - Browse repository at this point
Copy the full SHA 11e9d19View commit details -
Syft filepath fix (boozallen#173)
* fixing filepath issues * additional string fix
Configuration menu - View commit details
-
Copy full SHA for 2ba88b2 - Browse repository at this point
Copy the full SHA 2ba88b2View commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 66a7c76 - Browse repository at this point
Copy the full SHA 66a7c76View commit details
Commits on Aug 15, 2022
-
Add catalog-info.yaml file for use with the Developer Portal (boozall…
…en#176) (boozallen#177) * Add catalog-info.yaml file * Fix name, update title
Configuration menu - View commit details
-
Copy full SHA for 27d525e - Browse repository at this point
Copy the full SHA 27d525eView commit details
Commits on Aug 18, 2022
-
Bug Fix: Syft Docker Save (boozallen#178)
* add config options to k8s library (boozallen#115) * [AIOPS-32] Adding in support, tests, and documentation for Maven (boozallen#118) * add login_to_registry * changed brace/format * mock login_to_registry * rm unneeded files * rem/fix files from upstream merge * Update libraries/syft/steps/generate_sbom.groovy Co-authored-by: Peter Sigur <[email protected]> * linebreak * whitespace rm Co-authored-by: steven-terrana <[email protected]> Co-authored-by: kdendtler <[email protected]> Co-authored-by: Peter Sigur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c9caba - Browse repository at this point
Copy the full SHA 3c9cabaView commit details -
Update catalog-info.yaml to remove internal link (boozallen#179) (boo…
…zallen#182) Co-authored-by: jennifersheppard-bah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce0a2a4 - Browse repository at this point
Copy the full SHA ce0a2a4View commit details
Commits on Aug 31, 2022
-
Bug Fix: Syft image retrieval (boozallen#183)
* add config options to k8s library (boozallen#115) * [AIOPS-32] Adding in support, tests, and documentation for Maven (boozallen#118) * del maven junk * del old maven * remove docs/modules * test syft fix * test syft * testing sbom * update default sbom_container * fix gitignore * fix unit tests Co-authored-by: steven-terrana <[email protected]> Co-authored-by: kdendtler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 531358b - Browse repository at this point
Copy the full SHA 531358bView commit details
Commits on Sep 14, 2022
-
Add "none" option to disable fail on severity for Grype scans (boozal…
…len#184) * allow none severity * add none to lib config * update readme
Configuration menu - View commit details
-
Copy full SHA for fa22f55 - Browse repository at this point
Copy the full SHA fa22f55View commit details -
Bump version to 4.3 (boozallen#185)
* allow none severity * add none to lib config * update readme * bump version
Configuration menu - View commit details
-
Copy full SHA for 7a6f575 - Browse repository at this point
Copy the full SHA 7a6f575View commit details
Commits on Sep 27, 2022
-
Update NPM library to allow overriding the container image used (booz…
…allen#186) * fix mistake in NPM readme * update NPM library to allow overriding the container image used
Configuration menu - View commit details
-
Copy full SHA for 425582f - Browse repository at this point
Copy the full SHA 425582fView commit details -
Implement new Yarn library (boozallen#187)
* implement new Yarn library * remove `yarn --version` call * fix mistake in test spec * fix failing tests
Configuration menu - View commit details
-
Copy full SHA for 456b5d2 - Browse repository at this point
Copy the full SHA 456b5d2View commit details
Commits on Nov 2, 2022
-
Syft multiple formats (boozallen#189)
* push syft multi format * test for loop * test multi format syft * check for report output * fix increment operator * fix sbom_format data type * remove sbom_format default * test sbom_format.size() * ts for loop * testing loop * fix equal operator == * testing loop * check args * ts list * ts ARGS * remove size() * loop troubleshoot * Test using ArrayList * comment out loops * print loop index * test with string concatenation * rm println * test toString * test arraylist * test * test * test ARG building * testing * test w/o tostring * test * move sbom_format to LinkedHashMap for extensions * check sbom_format * test * fix lib conf * revert to ArrayList for sbom_format var * fixed lib config * rm ! from index identifier * fix format * test * ts stdout * comment out erring cmd * missed end " * rm extra text * test --output * check ARGS * test * add space for multi outputs * add formatter var * ts formatter * add space * cmd formatting * archival ts * test archival * trim trailing comma * escape the $ * test if statements * fixes * add exception handling * test exception * skip archival if failed * echo exception * test * test err * test echo err * test error * exception test * test throw err * test error * test * test error * add shouldFail bool * Syft Unit test changes * push syft Unit tests * update syft docs * Fixed artifacts archival * rm unused execption var * updates README file
Configuration menu - View commit details
-
Copy full SHA for 5861602 - Browse repository at this point
Copy the full SHA 5861602View commit details
Commits on Nov 3, 2022
-
Seamus Cranley committed
Nov 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 3dc1d4a - Browse repository at this point
Copy the full SHA 3dc1d4aView commit details
Commits on Nov 16, 2022
-
Seamus Cranley committed
Nov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for c6f64f4 - Browse repository at this point
Copy the full SHA c6f64f4View commit details -
Seamus Cranley committed
Nov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 7462345 - Browse repository at this point
Copy the full SHA 7462345View commit details -
Seamus Cranley committed
Nov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 216d071 - Browse repository at this point
Copy the full SHA 216d071View commit details
Commits on Nov 21, 2022
-
Seamus Cranley committed
Nov 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 425b5c3 - Browse repository at this point
Copy the full SHA 425b5c3View commit details
Commits on Nov 22, 2022
-
removed breaking test for the moment
Seamus Cranley committedNov 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 959a4cf - Browse repository at this point
Copy the full SHA 959a4cfView commit details -
Seamus Cranley committed
Nov 22, 2022 Configuration menu - View commit details
-
Copy full SHA for b915591 - Browse repository at this point
Copy the full SHA b915591View commit details
Commits on Nov 23, 2022
-
Seamus Cranley committed
Nov 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 54b8f43 - Browse repository at this point
Copy the full SHA 54b8f43View commit details