Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from github:main #540

Merged
merged 5 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following is a list of official partner implementations for deployment prote
* New Relic: for more information, see [the New Relic app](https://github.com/apps/new-relic-gate) in the {% data variables.product.prodname_marketplace %}.
* NCM NodeSource: for more information, see [the NCM NodeSource app](https://github.com/apps/ncm-nodesource) in the {% data variables.product.prodname_marketplace %}.
* Sentry: for more information, see [the Sentry Deployment Gate app](https://github.com/apps/sentry-deployment-gate) in the {% data variables.product.prodname_marketplace %}.
* ServiceNow: for more information, see [GitHub integration with DevOps Change Velocity](https://docs.servicenow.com/bundle/utah-devops/page/product/enterprise-dev-ops/concept/github-integration-dev-ops.html) in the ServiceNow documentation.
* ServiceNow: for more information, see [GitHub integration with DevOps Change Velocity](https://www.servicenow.com/docs/bundle/utah-devops/page/product/enterprise-dev-ops/concept/github-integration-dev-ops.html) in the ServiceNow documentation.

## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Each time you create a new release on {% data variables.product.product_name %},

In the example workflow below, we use the Docker `login-action` and `build-push-action` actions to build the Docker image and, if the build succeeds, push the built image to Docker Hub.

To push to Docker Hub, you will need to have a Docker Hub account, and have a Docker Hub repository created. For more information, see "[Pushing a Docker container image to Docker Hub](https://docs.docker.com/docker-hub/repos/#pushing-a-docker-container-image-to-docker-hub)" in the Docker documentation.
To push to Docker Hub, you will need to have a Docker Hub account, and have a Docker Hub repository created. For more information, see "[Pushing a Docker container image to Docker Hub](https://docs.docker.com/docker-hub/quickstart/#step-3-build-and-push-an-image-to-docker-hub)" in the Docker documentation.

The `login-action` options required for Docker Hub are:
* `username` and `password`: This is your Docker Hub username and password. We recommend storing your Docker Hub username and password as secrets so they aren't exposed in your workflow file. For more information, see "[AUTOTITLE](/actions/security-guides/using-secrets-in-github-actions)."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Zenodo archives your repository and issues a new DOI each time you create a new

## Publicizing and citing research material with Figshare

Academics can use the data management service [Figshare](http://figshare.com) to publicize and cite research material. For more information, see [Figshare's support site](https://knowledge.figshare.com/articles/item/how-to-connect-figshare-with-your-github-account).
Academics can use the data management service [Figshare](http://figshare.com) to publicize and cite research material. For more information, see [Figshare's support site](https://info.figshare.com/user-guide/integrations/#github).
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:
---
_2018 statement_

According to the International Labour Organization (ILO), [40 million people were victims of modern slavery and 152 million children were subject to child labor](https://www.ilo.org/global/about-the-ilo/newsroom/news/WCMS_574717/lang--en/index.htm) globally in 2016. As the [ILO reports](https://www.ilo.org/global/topics/forced-labour/lang--en/index.htm):
According to the International Labour Organization (ILO), [40 million people were victims of modern slavery and 152 million children were subject to child labor](https://www.ilo.org/global/about-the-ilo/newsroom/news/WCMS_574717/lang--en/index.htm) globally in 2016. As the [ILO reports](https://www.ilo.org/topics-and-sectors/forced-labour-modern-slavery-and-trafficking-persons):
* 1 in 4 victims of modern slavery are children.
* Out of the 24.9 million people trapped in forced labour, 16 million people are exploited in the private sector such as domestic work, construction or agriculture; 4.8 million persons in forced sexual exploitation, and 4 million persons in forced labour imposed by state authorities.
* Women and girls are disproportionately affected by forced labour, accounting for 99% of victims in the commercial sex industry, and 58% in other sectors.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7049,6 +7049,15 @@
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations",
"additional-permissions": false,
"access": "read"
},
{
"category": "secret-scanning",
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
"additional-permissions": false,
"access": "read"
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -4751,6 +4751,12 @@
"subcategory": "secret-scanning",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8631,6 +8631,17 @@
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "secret-scanning",
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4259,6 +4259,12 @@
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4751,6 +4751,12 @@
"subcategory": "secret-scanning",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7643,6 +7643,15 @@
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations",
"additional-permissions": false,
"access": "read"
},
{
"category": "secret-scanning",
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
"additional-permissions": false,
"access": "read"
}
]
},
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -5063,6 +5063,12 @@
"subcategory": "secret-scanning",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9391,6 +9391,17 @@
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
},
{
"category": "secret-scanning",
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history",
"access": "read",
"user-to-server": true,
"server-to-server": true,
"additional-permissions": false
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4571,6 +4571,12 @@
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
6 changes: 6 additions & 0 deletions src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5063,6 +5063,12 @@
"subcategory": "secret-scanning",
"verb": "post",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"
},
{
"slug": "get-secret-scanning-scan-history-for-a-repository",
"subcategory": "secret-scanning",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/secret-scanning/scan-history"
}
],
"security-advisories": [
Expand Down
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "b2ff88e4eaa64e465b9b210369bfd701e48edd9a"
"sha": "50bf833eb2c1288fb78419d9e4d359fda3c3ccbe"
}
1 change: 0 additions & 1 deletion src/links/lib/excluded-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@
- startsWith: https://platform.openai.com/docs/models
- startsWith: https://openai.com/index
- is: https://github.com/github-linguist/linguist/compare/master...octocat:master
- is: https://www.servicenow.com/docs/bundle/utah-devops/page/product/enterprise-dev-ops/concept/github-integration-dev-ops.html
Loading