Skip to content

Commit 33afa50

Browse files
committed
Remove the security section
1 parent c219ce1 commit 33afa50

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ jobs:
9494
username: ${{ steps.setup-jfrog-cli.outputs.oidc-user }}
9595
password: ${{ steps.setup-jfrog-cli.outputs.oidc-token }}
9696
```
97-
## Security Best Practices
98-
99-
- Always set `permissions: id-token: write` in any workflow using OIDC.
100-
- Restrict trust using claims such as `repository`, `ref`, or `environment`.
101-
- Use identity mappings to scope access at a fine-grained level inside the JFrog Platform.
10297
10398
## Further Reading
10499

0 commit comments

Comments
 (0)