Skip to content

Commit

Permalink
docs: update Readme & MIT License (#11)
Browse files Browse the repository at this point in the history
* update Readme & MIT License

* disable verbose in analyze
  • Loading branch information
JaSiLez authored Feb 25, 2022
1 parent cac4931 commit 28a85ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/action-analyser.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Action security analysis
name: Github Action Security Analysis

on:
pull_request:
branches: [ main ]
paths-ignore:
- README.md
- LICENSE
schedule:
- cron: '15 7 * * 2'

Expand All @@ -28,7 +29,7 @@ jobs:
with:
output: results.sarif
format: sarif
verbose: true
# verbose: true
# Adjust severity of non-security issues
gh-code-scanning-compat: false
# Force 0 exit code to allow SARIF file generation
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Dawid Dziurla
Copyright (c) 2022 Jaime Silva

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Some features:

```yaml
- name: Send mail
uses: JaSiLez/action-send-mail@main
uses: JaSiLez/smtp-notifier@main
with:
# Required mail server address:
server_address: smtp.gmail.com
Expand Down Expand Up @@ -71,3 +71,7 @@ Users who have had problems have reported success by doing each of these three s
The parameters `username` and `password` are set as optional to support self-hosted runners access to on-premise infrastructure. If
you are accessing public email servers make sure you provide a username/password authentication through [GitHub Secrets](https://docs.github.com/en/actions/reference/encrypted-secrets) to make the email delivery secure.


### Credits
Repository created from [action-send-mail](https://github.com/dawidd6/action-send-mail).

0 comments on commit 28a85ad

Please sign in to comment.