mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
chore: fix some comments (#2920)
Signed-off-by: dufucun <dufuchun@sohu.com> Co-authored-by: dufucun <dufucunn@sohu.com>
This commit is contained in:
parent
3ac95bfbd0
commit
29d601d1f1
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ ubuntu-20.04:
|
|||
|
||||
## ALPINE #######################################################
|
||||
|
||||
# note: unit tests cannot be run with sh (alpine dosn't have bash by default)
|
||||
# note: unit tests cannot be run with sh (alpine doesn't have bash by default)
|
||||
|
||||
.PHONY: acceptance-alpine-3.6
|
||||
acceptance-alpine-3.6: alpine-3.6
|
||||
|
@ -103,7 +103,7 @@ alpine-3.6:
|
|||
|
||||
## BUSYBOX #######################################################
|
||||
|
||||
# note: unit tests cannot be run with sh (busybox dosn't have bash by default)
|
||||
# note: unit tests cannot be run with sh (busybox doesn't have bash by default)
|
||||
|
||||
# note: busybox by default will not have cacerts, so you will get TLS warnings (we want to test under these conditions)
|
||||
|
||||
|
|
Loading…
Reference in a new issue