Skip to content

Commit

Permalink
Update FOSSA to 3.6.11
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hiller <[email protected]>
  • Loading branch information
dhiller committed Jan 17, 2023
1 parent 2f84370 commit 6b8b354
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 87 deletions.
97 changes: 11 additions & 86 deletions .fossa.yml
Original file line number Diff line number Diff line change
@@ -1,87 +1,12 @@
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.com to learn more
# https://github.com/fossas/fossa-cli/blob/v3.6.11/docs/references/files/fossa-yml.md

version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: [email protected]:kubevirt/kubevirt.git
analyze:
modules:
- name: virt-operator
type: go
target: 'kubevirt.io/kubevirt/cmd/virt-operator'
path: cmd/virt-operator
options:
modules-vendor: true
strategy: gomodules
- name: example-cloudinit-hook-sidecar
type: go
target: 'kubevirt.io/kubevirt/cmd/example-cloudinit-hook-sidecar'
path: cmd/example-cloudinit-hook-sidecar
options:
modules-vendor: true
strategy: gomodules
- name: fake-qemu-process
type: go
target: 'kubevirt.io/kubevirt/cmd/fake-qemu-process'
path: cmd/fake-qemu-process
options:
modules-vendor: true
strategy: gomodules
- name: dump
type: go
target: 'kubevirt.io/kubevirt/cmd/dump'
path: cmd/dump
options:
modules-vendor: true
strategy: gomodules
- name: virt-handler
type: go
target: 'kubevirt.io/kubevirt/cmd/virt-handler'
path: cmd/virt-handler
options:
modules-vendor: true
strategy: gomodules
- name: virt-launcher
type: go
target: 'kubevirt.io/kubevirt/cmd/virt-launcher'
path: cmd/virt-launcher
options:
modules-vendor: true
strategy: gomodules
- name: virtctl
type: go
target: 'kubevirt.io/kubevirt/cmd/virtctl'
path: cmd/virtctl
options:
modules-vendor: true
strategy: gomodules
- name: chroot
type: go
target: 'kubevirt.io/kubevirt/cmd/virt-chroot'
path: cmd/virt-chroot
options:
modules-vendor: true
strategy: gomodules
- name: virt-api
type: go
target: 'kubevirt.io/kubevirt/cmd/virt-api'
path: cmd/virt-api
options:
modules-vendor: true
strategy: gomodules
- name: example-hook-sidecar
type: go
target: 'kubevirt.io/kubevirt/cmd/example-hook-sidecar'
path: cmd/example-hook-sidecar
options:
modules-vendor: true
strategy: gomodules
- name: virt-controller
type: go
target: 'kubevirt.io/kubevirt/cmd/virt-controller'
path: cmd/virt-controller
options:
modules-vendor: true
strategy: gomodules
version: 3

project:
id: [email protected]:kubevirt/kubevirt.git
url: github.com/kubevirt/kubevirt

target:
only:
- type: gomod
path: ./
2 changes: 1 addition & 1 deletion hack/fossa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -euo pipefail

curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash
FOSSA_API_KEY="$(cat $FOSSA_TOKEN_FILE)" fossa analyze
FOSSA_API_KEY="$(cat $FOSSA_TOKEN_FILE)" fossa test --timeout=1800

0 comments on commit 6b8b354

Please sign in to comment.