Skip to content

Feature Request: Add cachepath input #5

Description

@caveman8fb

What
Add an optional input to set the cachepath value.

Why
So that the -p or --cachepath value can be passed via Azure DevOps Pipelines

This is useful for agents that do not have enough space in /tmp which the cache defaults to for large container images.

Example

- task: Sysdig-CLI-Scan@1
  displayName: Sysdig CLI Scan
  inputs:
    sysdigurl: 'https://app.us4.sysdig.com'
    apikey: $(SYSDIG_API_TOKEN)
    image: $(imageName)
    jsonOutput: true
    jsonOutputFile: 'sysdig-cli-scan-output.json'
    cachePath: /opt/sysdigtemp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions