{"id":16100462,"url":"https://github.com/elgohr/concourse-blackduck","last_synced_at":"2025-03-18T07:31:16.491Z","repository":{"id":34628988,"uuid":"180861410","full_name":"elgohr/concourse-blackduck","owner":"elgohr","description":"This is a Concourse resource for Blackduck","archived":false,"fork":false,"pushed_at":"2025-02-12T23:30:48.000Z","size":216,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T08:05:34.647Z","etag":null,"topics":["blackduck","blackducksoftware","concourse","concourse-ci","concourse-resource","security-scanner"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elgohr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-11T19:13:39.000Z","updated_at":"2025-02-12T23:30:51.000Z","dependencies_parsed_at":"2024-06-13T04:23:55.613Z","dependency_job_id":"c13768d8-49f2-4537-90fa-fd0fdfdebe1c","html_url":"https://github.com/elgohr/concourse-blackduck","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fconcourse-blackduck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fconcourse-blackduck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fconcourse-blackduck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgohr%2Fconcourse-blackduck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elgohr","download_url":"https://codeload.github.com/elgohr/concourse-blackduck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910780,"owners_count":20367544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blackduck","blackducksoftware","concourse","concourse-ci","concourse-resource","security-scanner"],"created_at":"2024-10-09T18:46:49.128Z","updated_at":"2025-03-18T07:31:15.522Z","avatar_url":"https://github.com/elgohr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concourse Blackduck Resource\n[![Actions Status](https://github.com/elgohr/concourse-blackduck/workflows/Test/badge.svg)](https://github.com/elgohr/concourse-blackduck/actions)\n[![Actions Status](https://github.com/elgohr/concourse-blackduck/workflows/Publish/badge.svg)](https://github.com/elgohr/concourse-blackduck/actions)\n\n\nThis is a [Concourse](https://concourse-ci.org/) resource for [Blackduck](https://www.blackducksoftware.com).  \n\n## Installing\n\n`Shortcut`: [Pipeline example](https://github.com/elgohr/concourse-blackduck/blob/master/example-pipeline.yml)\n\nUse this resource by adding the following to\nthe `resource_types` section of a pipeline config:\n\n```yaml\nresource_types:\n- name: blackduck\n  type: registry-image\n  source:\n    repository: lgohr/blackduck-resource\n    tag: latest\n```\n\n## Source configuration\n\nConfigure as follows:\n\n```yaml\nresources:\n- name: my-blackduck\n  type: blackduck\n  source:\n    url: https://my.blackduck.server\n    username: ((my-secret-username))\n    password: ((my-secret-password))\n    name: myScanProject\n```\n\n| Argument        | Mandatory               | Description                                                                                |\n|-----------------|-------------------------|--------------------------------------------------------------------------------------------|\n| `url`           | *Mandatory*             | URL of your Blackduck instance e.g. `https://my-synopsys.com/blackduck`.                   |\n| `name`          | *Mandatory*             | Project name in Blackduck.                                                                 |\n| `username`      | *Mandatory*             | Username, which is used to authenticate on Blackduck.                                      |\n| `password`      | *Mandatory*             | Password, which is used to authenticate on Blackduck.                                      |\n| `insecure`      | *Optional*              | In case your Blackduck uses a self-signed certificate, it's pinned with the first request. |\n| `proxy-host`    | *Optional*              | In case your Concourse needs to use a proxy to connect to Blackduck.                       |\n| `proxy-port`    | *Optional*              | In case your Concourse needs to use a proxy to connect to Blackduck.                       |\n| `proxy-username`| *Optional*              | In case your Concourse needs to use a proxy to connect to Blackduck.                       |\n| `proxy-password`| *Optional*              | In case your Concourse needs to use a proxy to connect to Blackduck.                       |\n\nIt seems like Blackduck doesn't support Tokens for API-Access (in the scanner it would work fine).  \nAs the configuration should be clean and understandable, the token is not supported. Sorry.\n\n## `in`: Get Results\nThe resource will provide the latest version changes on Blackduck as a file for later use.\n\n## `out`: Analysis\nThe resource will analyse your provided content and push it to the provided Blackduck instance.\n\n### Parameters\n\n```yaml\n  - put: my-blackduck\n    params: {directory: source-code}\n```\n\n* `directory`: *Required.* The path of the repository to analyze.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felgohr%2Fconcourse-blackduck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felgohr%2Fconcourse-blackduck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felgohr%2Fconcourse-blackduck/lists"}