Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Made fossa-analyzer public
Signed-off-by: Zuhayr Elahi <elahi.zuhayr@gmail.com>
  • Loading branch information
zelahi committed Sep 13, 2019
1 parent 12a4b15 commit 60c35c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion script/Jenkinsfile.fossa
Expand Up @@ -8,7 +8,6 @@ pipeline {

steps {
withCredentials([
usernamePassword(credentialsId: 'dockerbuildbot-hub.docker.com', usernameVariable: 'REGISTRY_USERNAME', passwordVariable: 'REGISTRY_PASSWORD'),
string(credentialsId: 'fossa-api-key', variable: 'FOSSA_API_KEY')
]) {
checkout scm
Expand Down
2 changes: 1 addition & 1 deletion script/fossa.mk
@@ -1,5 +1,5 @@
# Variables for Fossa
BUILD_ANALYZER?=dockereng/fossa-analyzer
BUILD_ANALYZER?=fossa-analyzer
FOSSA_OPTS?=--option all-tags:true --option allow-unresolved:true

fossa-analyze:
Expand Down

0 comments on commit 60c35c3

Please sign in to comment.