diff --git a/.github/workflows/slsa.yml b/.github/workflows/slsa.yml index c8e06d6..ddc2dc9 100644 --- a/.github/workflows/slsa.yml +++ b/.github/workflows/slsa.yml @@ -21,11 +21,6 @@ jobs: with: egress-policy: audit - - name: Harden Runner - uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1 - with: - egress-policy: audit - - run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV shell: bash