Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffinito committed Aug 3, 2023
1 parent 04f053f commit 647e8ac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/post_deploy_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,16 @@ jobs:
name: Validate APT-based repo
runs-on: ubuntu-latest
steps:

- name: Harden Runner
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0
with:
disable-sudo: true
egress-policy: audit

- name: Validate
run: |
ls -la /etc/apt/sources.list.d/
touch /etc/apt/sources.list.d/newrelic.list
echo 'deb https://apt.newrelic.com/debian/ newrelic non-free' | tee /etc/apt/sources.list.d/newrelic.list
wget -O- https://download.newrelic.com/548C16BF.gpg | apt-key add -
apt-get update
Expand Down

0 comments on commit 647e8ac

Please sign in to comment.