@@ -54,7 +54,7 @@ have been integrated into the ``ansys/actions/check-vulnerabilities`` action.
5454For third-party packages, the PyAnsys Core team has listed a set of excluded advisories so that
5555the action does not fail. This is done to avoid false positives and to ensure that the action does
5656not block the CI/CD pipeline unnecessarily. You can find the list of excluded advisories in
57- `the check-vulnerabilities- action documentation `_.
57+ `the check-vulnerabilities action documentation `_.
5858
5959For potential vulnerabilities in the codebase, repositories can configure Bandit to ignore
6060specific advisories. This can be due to the code not being ready yet to be fixed or that the
@@ -72,7 +72,7 @@ and ensure that they are regularly reviewed to determine if they can be addresse
7272.. warning ::
7373
7474 Testing the action locally before enabling it in the CI/CD workflow is recommended. Information
75- on how to do this can be found in `the check-vulnerabilities- action documentation `_.
75+ on how to do this can be found in `the check-vulnerabilities action documentation `_.
7676
7777Vulnerability remediation and reporting
7878----------------------------------------
@@ -348,7 +348,7 @@ Auditing CI/CD setups in the PyAnsys ecosystem
348348For PyAnsys ecosystem projects, the recommended way to audit workflows is to use the
349349``ansys/actions/check-actions-security `` action. The action wraps ``zizmor `` and provides
350350additional functionality and configuration tailored to PyAnsys projects. For setup instructions,
351- see `the check-actions-security- action documentation `_.
351+ see `the check-actions-security action documentation `_.
352352
353353Fixing common issues detected by ``zizmor ``
354354~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -803,6 +803,7 @@ For example, to ignore the ``artipacked`` rule:
803803 To ignore multiple rules in the same span, separate them with commas:
804804
805805.. code :: yaml
806+
806807 # zizmor: ignore[github-env,template-injection]
807808
808809 For more information, see `ignoring zizmor results `_.
0 commit comments