Enforce the assigned privileges of an authenticated user (human, software process or device) to perform the requested action on the system and monitor the use of these privileges. #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 == 'arqan' | |
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' |