Control 7.1.12 Ensure no files or directories without an owner and a group exist fails because of the find command
#13
This file contains hidden or 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: Add Repo Issue to ALD GH project | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - reopened | |
| - transferred | |
| jobs: | |
| add-to-project: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@main | |
| with: | |
| project-url: https://github.com/orgs/ansible-lockdown/projects/1 | |
| github-token: ${{ secrets.ALD_GH_PROJECT }} |