Skip to content

This GitHub action installs OWASP depscan CLI tool

License

Notifications You must be signed in to change notification settings

fabasoad/setup-depscan-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

This GitHub action installs OWASP depscan CLI tool

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages