xygeni / xygeni-action

GitHub Action for Xygeni scanner
4 stars 0 forks source link

:bug: Documentation typos #24

Closed lmrb-1968 closed 1 year ago

lmrb-1968 commented 1 year ago

There are some documentation issues.

  - name: Xygeni-Scanner
    uses: xygeni/xygeni-action@v2.1
    id: Xygeni-Scanner
    with:
      token: ${{ secrets.XYGENI_TOKEN }}
      command: >-
         scan -n ${{ github.repository }} -d ${{ github.repository }}
              --run=secrets,iac --fail-on=critical
NOTE: You may use pinned versions for the action, using the immutable commit SHA instead of version numbers, as specified in [Pin actions to full length commit SHA](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions).

Please compare this with the ascidoc version in Xygeni documentation (in development environment) with the fixed issues.

lmrb-1968 commented 1 year ago

Done in Added starter workflow and updated Readme #25