Skip to content

Components shall provide the capability to support the management of all accounts directly or integrated into a system that manages accounts according to IEC 62443‑3‑3 SR 1.3. #2

Components shall provide the capability to support the management of all accounts directly or integrated into a system that manages accounts according to IEC 62443‑3‑3 SR 1.3.

Components shall provide the capability to support the management of all accounts directly or integrated into a system that manages accounts according to IEC 62443‑3‑3 SR 1.3. #2

Workflow file for this run

name: ARQAN map issue
on:
issues:
types:
- labeled
jobs:
stig:
runs-on: ubuntu-latest
name: Add label to Issue if it is secure
steps:
- uses: actions/checkout@v3
- uses: ./ # load and run local action
if: github.event.label.name == 'stig'
name: Label an issue and provide recommendtations
with:
rqcode-token: ${{ secrets.RQCODE_TOKEN }}
platform: windows_10
username: ${{ secrets.ARQAN_USER }}
password: ${{ secrets.ARQAN_PASS }}
create-issues: 'false'