docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

remove fossa scan #772

Closed eunomie closed 4 years ago

eunomie commented 4 years ago

- What I did

Remove Fossa licence scan. We do not use it anymore.

- How I did it

Remove fossa scan variables and commands from makefile and jenkins file.

- How to verify it

Build will not run any fossa licence scan.

codecov[bot] commented 4 years ago

Codecov Report

Merging #772 into master will decrease coverage by 1.58%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #772      +/-   ##
==========================================
- Coverage   71.75%   70.16%   -1.59%     
==========================================
  Files          67       64       -3     
  Lines        3912     3620     -292     
==========================================
- Hits         2807     2540     -267     
+ Misses        754      744      -10     
+ Partials      351      336      -15
Impacted Files Coverage Δ
internal/commands/build/build.go 60% <0%> (-10.57%) :arrow_down:
internal/packager/init.go 64.64% <0%> (-8.61%) :arrow_down:
internal/commands/build/compose.go 78.57% <0%> (-8.1%) :arrow_down:
internal/packager/extract.go 23.8% <0%> (-6.7%) :arrow_down:
types/parameters/parameters.go 92.06% <0%> (-4.77%) :arrow_down:
internal/validator/rules/relativepath.go
internal/validator/rules/externalsecrets.go
internal/validator/validator.go

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dc6d86d...89619eb. Read the comment docs.