Class DependencySnapshotTask

    • Constructor Detail

      • DependencySnapshotTask

        public DependencySnapshotTask()
        Deprecated.
    • Method Detail

      • getSha

        @Input
        public abstract Property<String> getSha()
        Deprecated.
        The commit SHA associated with this dependency snapshot. Maximum length: 40 characters.
      • getRef

        @Input
        public abstract Property<String> getRef()
        Deprecated.
        The repository branch that triggered this snapshot.
        Returns:
        The repository branch that triggered this snapshot.
      • getJobId

        @Input
        @Optional
        public abstract Property<String> getJobId()
        Deprecated.
        The external ID of the job.
        Returns:
        The external ID of the job.
      • getJobCorrelator

        @Input
        public abstract Property<String> getJobCorrelator()
        Deprecated.
        Correlator provides a key that is used to group snapshots submitted over time. Only the "latest" submitted snapshot for a given combination of job.correlator and detector.name will be considered when calculating a repository's current dependencies. Correlator should be as unique as it takes to distinguish all detection runs for a given "wave" of CI workflow you run. If you're using GitHub Actions, a good default value for this could be the environment variables GITHUB_WORKFLOW and GITHUB_JOB concatenated together. If you're using a build matrix, then you'll also need to add additional key(s) to distinguish between each submission inside a matrix variation.
      • getJobHtmlUrl

        @Input
        @Optional
        public abstract Property<String> getJobHtmlUrl()
        Deprecated.
        The url for the job.
        Returns:
        The url for the job.