Skip to content

Commit

Permalink
Merge pull request github#27489 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Aug 15, 2023
2 parents 7ba08bd + e79e8e7 commit 0951ed7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# --------------------------------------------------------------------------------
# To update the sha, run `docker pull node:$VERSION-alpine`
# look for something like: `Digest: sha256:0123456789abcdef`
FROM node:18-alpine@sha256:58878e9e1ed3911bdd675d576331ed8838fc851607aed3bb91e25dfaffab3267 as base
FROM node:18-alpine@sha256:3482a20c97e401b56ac50ba8920cc7b5b2022bfc6aa7d4e4c231755770cf892f as base

# This directory is owned by the node user
ARG APP_HOME=/home/node/app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Documentation for secret scanning detects secrets in historical issues content.
versions:
ghec: '*'
ghes: '>=3.9'
ghes: '>=3.11'
3 changes: 1 addition & 2 deletions data/features/secret-scanning-issue-body-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# Secret scanning: Scan Issues body and comments
versions:
ghec: '*'
ghes: '>3.8'
ghae: '>3.8'
ghes: '>=3.11'

0 comments on commit 0951ed7

Please sign in to comment.