Annotation Interface ProvidedCodeQLScan


@Documented @Qualifier @Retention(RUNTIME) @Target(PARAMETER) public @interface ProvidedCodeQLScan
This tells the framework to inject the results of a CodeQL scan into the following parameter. This can only inject RuleSarif types.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The CodeQL rule "id" field from the sarif.
  • Element Details

    • ruleId

      String ruleId
      The CodeQL rule "id" field from the sarif.