Skip to content

Setup depscan

Actions
Setup depscan GitHub Action
v1.0.0
Latest
Star (1)

Setup depscan GitHub Action

Stand With Ukraine GitHub release functional-tests linting security

This action sets up a depscan CLI tool.

Supported OS

OS
Windows
Linux
macOS

Prerequisites

None.

Inputs

- uses: fabasoad/setup-depscan-action@v1
  with:
    # (Optional) depscan version. Defaults to the latest version.
    version: "6.1.0"
    # (Optional) If "false" skips installation if depscan is already installed.
    # If "true" installs depscan in any case. Defaults to "false".
    force: "false"
    # (Optional) GitHub token that is used to send requests to GitHub API such
    # as getting latest release. Defaults to the token provided by GitHub Actions
    # environment.
    github-token: "${{ github.token }}"

Outputs

Name Description Example
installed Whether depscan was installed or not true

Example usage

name: Setup depscan

on: push

jobs:
  example:
    name: Example
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
      - uses: fabasoad/setup-depscan-action@v1
      - name: Run CLI
        run: depscan --version

Contributions

Alt

Setup depscan is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup depscan GitHub Action
v1.0.0
Latest

Setup depscan is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.