Skip to content

Commit

Permalink
temp: print apparmor profiles contents
Browse files Browse the repository at this point in the history
  • Loading branch information
MoisesGSalas committed Sep 25, 2024
1 parent 0f4ef7e commit d3802d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
docker_tag: '3.11'

steps:
- name: print apparmor profile contents
run: |
cat /etc/apparmor.d/abstractions/base
cat /etc/apparmor.d/abstractions/python
- uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit d3802d5

Please sign in to comment.