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

Bump actions/checkout from 3 to 4 #252

Merged
merged 2 commits into from
Sep 4, 2023
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
10 changes: 1 addition & 9 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AAAAA
AAWG
accesskey
adjtimex
adml
Expand All @@ -19,7 +20,6 @@ awsutils
benbi
bigfish
bigquery
blockdevices
bonzo
bootkits
Bpcy
Expand Down Expand Up @@ -62,7 +62,6 @@ FEMI
firstuser
fmask
foobarbaz
fremovexattr
frontbridge
fsetxattr
ftruncate
Expand All @@ -80,20 +79,17 @@ Hostbased
hostnames
hostpath
idpuser
interoperate
Jalr
johnpaul
jsonencode
jwks
kickstart
kubernetesui
lastlog
libssh
localtime
logfile
logon
logouts
lremovexattr
Lsa
Lsass
lsetxattr
Expand All @@ -102,7 +98,6 @@ moonbase
mpim
MRx
mydb
mymasteruser
mysupersecretpasswordforthemasteruser
nameid
natd
Expand All @@ -123,7 +118,6 @@ outfile
partlabel
passcode
Passfilt
pcent
pgp
pki
projectssh
Expand All @@ -137,7 +131,6 @@ rexec
Rfi
ripemd
rsasha
runasnonroot
rwx
saas
sacl
Expand All @@ -152,7 +145,6 @@ setxattr
shosts
Signin
sntrup
socketfilter
socketfilterfw
softwareupdate
srv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Lint cnspec policies and output SARIF
uses: mondoohq/actions/cnspec-lint@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions community/email-security-spf.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ queries:
A domains apex anchor record should be set to something, even if it's a redirect.
audit: Run the `dig -t A <domain>` command and verify that there is an A record
remediation: |
Add an A record to your DNS zone file, consider using a redirect to your corperate website.
Add an A record to your DNS zone file, consider using a redirect to your corporate website.
refs:
- title: A Record
url: https://www.easyredir.com/blog/what-is-an-apex-domain/
Expand Down Expand Up @@ -104,7 +104,7 @@ queries:
title: Ensure SPF record does not contain any excess whitespace
mql: dns.params['TXT']['rData'].where( /v=spf1/ ).where( /\s{2,}/).length == 0
docs:
desc: The SPF record should not contain any unneccisary whitespace.
desc: The SPF record should not contain any unnecessary whitespace.
audit: Run the `dig -t TXT <domain>` command and verify that the SPF record does not contain any whitespace
remediation: |
Remove all excess whitespace from your SPF record.
Expand Down