Skip to content

Commit c625e66

Browse files
authored
FR fix linting errors (#56136)
1 parent 8027d53 commit c625e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
> To reference these outputs, ensure the step has an explicit `id` defined (for example `id: setup-jfrog-cli`).
8282
8383
### Using OIDC Credentials in other steps
84+
8485
```yaml
8586
- name: Sign in to Artifactory Docker registry
8687
uses: docker/login-action@v3
@@ -92,7 +93,6 @@ jobs:
9293
9394
## Further reading
9495
95-
- [OpenID Connect Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/openid-connect-integration) in the JFrog documentation
96-
- [Identity Mappings](https://jfrog.com/help/r/jfrog-platform-administration-documentation/identity-mappings) in the JFrog documentation
97-
- [AUTOTITLE](actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
98-
```
96+
* [OpenID Connect Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/openid-connect-integration) in the JFrog documentation
97+
* [Identity Mappings](https://jfrog.com/help/r/jfrog-platform-administration-documentation/identity-mappings) in the JFrog documentation
98+
* [AUTOTITLE](/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)

0 commit comments

Comments
 (0)