Skip to content

Commit

Permalink
Update hardeningsecurityexample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 authored Aug 13, 2024
1 parent b16100d commit 0f6458a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/hardeningsecurityexample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ on:
issues:
types: [opened]
jobs:

print_issue_title:
runs-on: ubuntu-latest
name: Print issue title
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
- name: Print issue title
uses: iancha1992/continuous-integration/actions/demonstratingsecurity@thisisjusttesting
with:
egress-policy: audit
- run: echo "${{github.event.issue.title}}"
issue-title: ${{ github.event.issue.title }}

0 comments on commit 0f6458a

Please sign in to comment.